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:
John Baldwin 2002-02-14 18:18:25 +00:00
parent b85282ba08
commit dfd7dc61b9

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