From 4ef7536caad7852149342976b8f3c217dfc46953 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 14 Feb 2002 18:18:25 +0000 Subject: [PATCH] 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. --- sys/sys/filedesc.h | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include /* * This structure is used for the management of descriptors. It may be