diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-02 04:04:13 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-02 04:04:13 +0000 |
commit | 3915db4712f1166800f8d95b88ede156c58756b5 (patch) | |
tree | b619da7864edefb7d2426333e7f541ff0e9852ae /sys/conf | |
parent | fc81823ecb899cef85ca33c34a83a6ca74814adb (diff) |
Remove COMPAT_NOMID, it should never have been here in the first place.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 985cb50a99a..f09263790cf 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.23 1997/07/01 23:13:16 provos Exp $ +# $OpenBSD: GENERIC,v 1.24 1997/09/02 04:04:12 downsj Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -21,8 +21,7 @@ option SYSVSEM # System V-like semaphores option SYSVSHM # System V-like memory sharing #option SHMMAXPGS=1024 # 1024 pages is the default -option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, -option COMPAT_09 # NetBSD 0.9, +option COMPAT_09 # Kernel compatibility with NetBSD 0.9, option COMPAT_10 # NetBSD 1.0, option COMPAT_11 # NetBSD 1.1, option COMPAT_43 # and 4.3BSD |