summaryrefslogtreecommitdiffstats
path: root/sys/posix4
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1998-03-28 22:44:28 +0000
committerdufault <dufault@FreeBSD.org>1998-03-28 22:44:28 +0000
commit58b3c892fbf3901a03d2c79cf288248da7cebebf (patch)
treebe5727995d7fe8444d0327041311665c3e72c585 /sys/posix4
parent75dd8b860673b30b3cd188385d6b2ea02a3eadbf (diff)
downloadFreeBSD-src-58b3c892fbf3901a03d2c79cf288248da7cebebf.zip
FreeBSD-src-58b3c892fbf3901a03d2c79cf288248da7cebebf.tar.gz
The system call stubs for the sched_* system calls can't be
optional. The kernel will now link but the new system calls can't be LKM'd in without the P1003_1B option - I will remove this option later.
Diffstat (limited to 'sys/posix4')
-rw-r--r--sys/posix4/posix4.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h
index dd3418c..87b3bf3 100644
--- a/sys/posix4/posix4.h
+++ b/sys/posix4/posix4.h
@@ -35,8 +35,6 @@
#include "opt_posix.h"
-#ifdef P1003_1B
-
#include <sys/param.h>
#include <sys/ioccom.h>
#include <sys/malloc.h>
@@ -113,6 +111,4 @@ int ksched_rr_get_interval(int *, struct ksched *, struct proc *, struct timespe
#endif /* _KPOSIX_PRIORITY_SCHEDULING */
-
-#endif /* P1003_1B */
#endif /* _P1003_1B_P1003_1B_H_ */
OpenPOWER on IntegriCloud