summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-08-02 07:38:59 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-08-02 07:38:59 +0000
commit725df968b6aa3d3722f5db954fac739929befdac (patch)
treeb510c9036c30f99ebadcfa41730bf7b12441e8f4
parenta956bbf6a4e5fd44266ce51089f3dfdfed167662 (diff)
downloadFreeBSD-src-725df968b6aa3d3722f5db954fac739929befdac.zip
FreeBSD-src-725df968b6aa3d3722f5db954fac739929befdac.tar.gz
don't include sys/thr.h and sys/umtx.h, it is unnecessary.
-rw-r--r--sys/sys/sysproto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 0bccac1..04cd61e 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -11,10 +11,7 @@
#include <sys/signal.h>
#include <sys/acl.h>
-#include <sys/thr.h>
-#include <sys/umtx.h>
#include <posix4/_semaphore.h>
-
#include <sys/ucontext.h>
struct proc;
OpenPOWER on IntegriCloud