diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-07-17 22:52:30 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-07-17 22:52:30 +0000 |
commit | c85a3e0b43bed8dfb785bc1ff65d630aa9f23a9f (patch) | |
tree | 25f71e1984891764aff21f704117862811b773e3 /sys/arch/vax/conf | |
parent | 89b028084d937c7f64ed58f9f9747b754e7998fa (diff) |
remove obsolete INET kernel option
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/vax/conf/files.vax | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index a7448b88e5f..d3c692c30db 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.37 2014/10/10 05:43:36 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.38 2015/07/17 22:52:29 tedu Exp $ machine vax maxusers 4 @@ -16,7 +16,6 @@ option MINIROOTSIZE=3072 option FFS option NFSCLIENT option CD9660 -option INET option INET6 # Here are all different supported CPU types listed. diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index 14801813ddc..f7c9aa002f5 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,4 +1,4 @@ -# $OpenBSD: files.vax,v 1.59 2015/05/11 06:46:21 ratchov Exp $ +# $OpenBSD: files.vax,v 1.60 2015/07/17 22:52:29 tedu Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture @@ -174,8 +174,8 @@ file arch/vax/vax/emulate.s insn_emulate file arch/vax/vax/findcpu.c file arch/vax/vax/gencons.c vax630 | vax650 | vax660 | vax670 | vax680 -file arch/vax/vax/in_cksum.c inet -file arch/vax/vax/in4_cksum.c inet +file arch/vax/vax/in_cksum.c +file arch/vax/vax/in4_cksum.c file arch/vax/vax/ka410.c vax410 file arch/vax/vax/ka43.c vax43 file arch/vax/vax/ka46.c vax46 |