aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/filedesc.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-02-14 18:18:25 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-02-14 18:18:25 +0000
commitdfd7dc61b9f0e2d6b45938fea6c751286cdaef70 (patch)
tree2fac459b32229757db8746e7790baa84fe1be364 /sys/sys/filedesc.h
parentb85282ba08b1fc57e1ef8f408bbb8b3ba0b4835e (diff)
downloadsrc-dfd7dc61b9f0e2d6b45938fea6c751286cdaef70.tar.gz
src-dfd7dc61b9f0e2d6b45938fea6c751286cdaef70.zip
Remove an unneeded include of sys/sx.h. An older pre-commit version of
the filedesc locking used an sx lock for the filedesc lock rather than a mutex which is why the include was here.
Notes
Notes: svn path=/head/; revision=90658
Diffstat (limited to 'sys/sys/filedesc.h')
-rw-r--r--sys/sys/filedesc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h
index f9fa5914be9b..ae2ea4e30bf6 100644
--- a/sys/sys/filedesc.h
+++ b/sys/sys/filedesc.h
@@ -40,7 +40,6 @@
#include <sys/_lock.h>
#include <sys/_mutex.h>
#include <sys/queue.h>
-#include <sys/sx.h>
/*
* This structure is used for the management of descriptors. It may be