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.
This commit is contained in:
jhb 2002-02-14 18:18:25 +00:00
parent 2386006875
commit db3da0526a

View File

@ -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