diff options
author | mike <mike@FreeBSD.org> | 2002-10-13 16:29:17 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-10-13 16:29:17 +0000 |
commit | 274818ff2ca9a6508b3360d047e2e90f0816e6a5 (patch) | |
tree | 85914d1e48ee492142c93276d3d4850503c2c07a /sys/pc98 | |
parent | 3f24148d9ccbe2d5e5bcc9f431bd4517db5705e5 (diff) | |
download | FreeBSD-src-274818ff2ca9a6508b3360d047e2e90f0816e6a5.zip FreeBSD-src-274818ff2ca9a6508b3360d047e2e90f0816e6a5.tar.gz |
Remove the P1003_1B kernel option; it is no longer used.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index fe1eed5..364a7a0 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -58,8 +58,7 @@ options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores -options P1003_1B #Posix P1003_1B real-time extensions -options _KPOSIX_PRIORITY_SCHEDULING +options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev # Debugging for use in -current |