diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:07:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:07:53 +0000 |
commit | ad7700d676cbf533c7a0a81e19bae877eb0d07f5 (patch) | |
tree | ce366a83ffa3bfee085054e98db8ff18feb2e4c8 /sys/arch/vax | |
parent | 505e1ef423107fa3f6737fc546e534f2111e90df (diff) |
kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern_ipc_10.c for other compat modules.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/NANCY | 6 | ||||
-rw-r--r-- | sys/arch/vax/conf/VOX | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/vax/conf/NANCY b/sys/arch/vax/conf/NANCY index b321ada64ec..8c207f9a72d 100644 --- a/sys/arch/vax/conf/NANCY +++ b/sys/arch/vax/conf/NANCY @@ -1,4 +1,4 @@ -# $OpenBSD: NANCY,v 1.5 1997/10/02 19:55:17 niklas Exp $ +# $OpenBSD: NANCY,v 1.6 2001/05/16 05:07:50 millert Exp $ # # NANCY MV3600 configuration file. # @@ -60,10 +60,6 @@ option FIFO # 4.3BSD Reno programs and get Ultrix compatibility instead. # (They cannot coexist). #option COMPAT_43 -#option COMPAT_09 -#option COMPAT_10 -option COMPAT_11 -option COMPAT_12 #option COMPAT_ULTRIX #option TCP_COMPAT_42 diff --git a/sys/arch/vax/conf/VOX b/sys/arch/vax/conf/VOX index db6e7aad268..ca9ba5510ab 100644 --- a/sys/arch/vax/conf/VOX +++ b/sys/arch/vax/conf/VOX @@ -1,4 +1,4 @@ -# $OpenBSD: VOX,v 1.2 1997/10/08 07:13:50 niklas Exp $ +# $OpenBSD: VOX,v 1.3 2001/05/16 05:07:50 millert Exp $ # # simple VS2000 configuration file. # @@ -51,10 +51,6 @@ option FIFO # 4.3BSD Reno programs and get Ultrix compatibility instead. # (They cannot coexist). #option COMPAT_43 -#option COMPAT_09 -#option COMPAT_10 -#option COMPAT_11 -#option COMPAT_12 #option COMPAT_ULTRIX #option TCP_COMPAT_42 |