diff options
author | Peter Dufault <dufault@FreeBSD.org> | 1998-03-28 22:44:28 +0000 |
---|---|---|
committer | Peter Dufault <dufault@FreeBSD.org> | 1998-03-28 22:44:28 +0000 |
commit | adc5342c4748396eadee8c0a0da779f6f7874a23 (patch) | |
tree | 2601be41fa34b958a73b045e74cb882cca5e8597 /sys/conf/files | |
parent | 77b1218492d35d78af1fc14b094bcbf0acbe1719 (diff) | |
download | src-adc5342c4748396eadee8c0a0da779f6f7874a23.tar.gz src-adc5342c4748396eadee8c0a0da779f6f7874a23.zip |
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.
Notes
Notes:
svn path=/head/; revision=34933
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 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 |