summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-08-18 23:31:47 +0000
committerderaadt <deraadt@openbsd.org>1998-08-18 23:31:47 +0000
commit43dd158156713a3fee31d36e80bce95374542b20 (patch)
treefed4075a40c0b10a44e0f2ada1a2d51388aee7b1
parentstart apmd in rc, controlled by rc.conf (diff)
downloadwireguard-openbsd-43dd158156713a3fee31d36e80bce95374542b20.tar.xz
wireguard-openbsd-43dd158156713a3fee31d36e80bce95374542b20.zip
bye bye old compats
-rw-r--r--sys/arch/i386/conf/BABY8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY
index 1a34c5bf336..1a88432c6c3 100644
--- a/sys/arch/i386/conf/BABY
+++ b/sys/arch/i386/conf/BABY
@@ -1,4 +1,4 @@
-# $OpenBSD: BABY,v 1.35 1998/07/11 15:31:16 todd Exp $
+# $OpenBSD: BABY,v 1.36 1998/08/18 23:31:47 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -35,9 +35,9 @@ option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
#option SHMMAXPGS=1024 # 1024 pages is the default
-option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
-option COMPAT_10 # NetBSD 1.0,
-option COMPAT_11 # NetBSD 1.1,
+#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
#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD