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/i386/conf | |
parent | 89b028084d937c7f64ed58f9f9747b754e7998fa (diff) |
remove obsolete INET kernel option
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 0b91502094a..ca552a6655f 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.190 2015/03/16 20:31:47 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.191 2015/07/17 22:52:28 tedu Exp $ machine i386 maxusers 4 @@ -17,7 +17,6 @@ option SCSITERSE option FFS option MSDOSFS -option INET config bsd root on rd0a swap on rd0b and wd0b and sd0b diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index f638e1b8041..9d4843e506d 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.225 2015/06/06 12:30:53 stsp Exp $ +# $OpenBSD: RAMDISK_CD,v 1.226 2015/07/17 22:52:28 tedu Exp $ machine i386 maxusers 4 @@ -22,7 +22,6 @@ option NFSCLIENT option CD9660 option UDF option MSDOSFS -option INET option INET6 option CRYPTO diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 2e70390157e..a1b2c3b8b1c 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.223 2015/04/19 08:37:32 ratchov Exp $ +# $OpenBSD: files.i386,v 1.224 2015/07/17 22:52:28 tedu Exp $ # # new style config file for i386 architecture # @@ -19,7 +19,7 @@ file arch/i386/i386/db_trace.c ddb file arch/i386/i386/disksubr.c disk file arch/i386/i386/est.c !small_kernel file arch/i386/i386/gdt.c -file arch/i386/i386/in_cksum.s inet +file arch/i386/i386/in_cksum.s file arch/i386/i386/machdep.c file arch/i386/i386/hibernate_machdep.c hibernate file arch/i386/i386/via.c |