diff options
-rw-r--r-- | sys/conf/files | 4 | ||||
-rw-r--r-- | sys/posix4/posix4.h | 4 | ||||
-rw-r--r-- | sys/sys/posix4.h | 4 |
3 files changed, 2 insertions, 10 deletions
diff --git a/sys/conf/files b/sys/conf/files index 83bf0fed39f6..b96c6d83c805 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -395,8 +395,8 @@ pci/pci_compat.c optional pci pci/pcisupport.c optional pci pci/tek390.c optional amd device-driver pci/wdc_p.c optional wdc device-driver -posix4/posix4_mib.c optional p1003_1b -posix4/p1003_1b.c optional p1003_1b +posix4/posix4_mib.c standard +posix4/p1003_1b.c standard posix4/ksched.c optional _kposix_priority_scheduling scsi/cd.c optional cd scsi/ch.c optional ch diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h index dd3418cb8f89..87b3bf3c3fa2 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_ */ diff --git a/sys/sys/posix4.h b/sys/sys/posix4.h index dd3418cb8f89..87b3bf3c3fa2 100644 --- a/sys/sys/posix4.h +++ b/sys/sys/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_ */ |