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/socppc | |
parent | 89b028084d937c7f64ed58f9f9747b754e7998fa (diff) |
remove obsolete INET kernel option
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/conf/RAMDISK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/socppc/conf/RAMDISK b/sys/arch/socppc/conf/RAMDISK index 416ef215fd5..74ecaadfca6 100644 --- a/sys/arch/socppc/conf/RAMDISK +++ b/sys/arch/socppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2014/10/10 05:43:35 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.11 2015/07/17 22:52:29 tedu Exp $ machine socppc powerpc maxusers 4 @@ -21,7 +21,6 @@ option NFSCLIENT option CD9660 option UDF option MSDOSFS -option INET option INET6 config bsd root on rd0a swap on rd0b |