mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more.
This commit is contained in:
parent
eeea998c3c
commit
ce43eaeb32
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105047
@ -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
|
||||
|
@ -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
|
||||
|
||||
#####################################################################
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user