summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-10-13 14:29:04 +0000
committermike <mike@FreeBSD.org>2002-10-13 14:29:04 +0000
commit2a56301cd0a514179a9e8b9bbc9174b9c1df598f (patch)
tree2f0d4333f0caa40b16be678441d1b9cf497835c6
parentca4781fcfe47146895809ebdfdeee22a34040cca (diff)
downloadFreeBSD-src-2a56301cd0a514179a9e8b9bbc9174b9c1df598f.zip
FreeBSD-src-2a56301cd0a514179a9e8b9bbc9174b9c1df598f.tar.gz
Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more.
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/options1
-rw-r--r--sys/sys/_posix.h7
3 files changed, 0 insertions, 10 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 84a9382..fab1c71a 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -746,11 +746,9 @@ device random
# Real time extensions added in the 1993 Posix
# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
-# _KPOSIX_VERSION: Version kernel is built for
options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
-options _KPOSIX_VERSION=199309L
# p1003_1b_semaphores are very experimental,
# user should be ready to assist in debugging if problems arise.
options P1003_1B_SEMAPHORES
diff --git a/sys/conf/options b/sys/conf/options
index 9fef65d..51531ff 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -138,7 +138,6 @@ WLDEBUG opt_wavelan.h
# POSIX kernel options
P1003_1B opt_posix.h
_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
-_KPOSIX_VERSION opt_posix.h
P1003_1B_SEMAPHORES opt_posix.h
#####################################################################
diff --git a/sys/sys/_posix.h b/sys/sys/_posix.h
index a5a9c01..6a4ff83 100644
--- a/sys/sys/_posix.h
+++ b/sys/sys/_posix.h
@@ -56,13 +56,6 @@
*/
#ifdef P1003_1B
#define _P1003_1B_VISIBLE
-#ifndef _KPOSIX_VERSION
-#define _KPOSIX_VERSION 199309L
-#endif
-#endif
-
-#ifndef _KPOSIX_VERSION
-#define _KPOSIX_VERSION 199009L
#endif
#define _P1003_1B_VISIBLE_HISTORICALLY
OpenPOWER on IntegriCloud