diff options
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index f041a89ce9d..2d3af9f61b3 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.94 2003/05/13 06:06:39 tedu Exp $ +# $OpenBSD: GENERIC,v 1.95 2003/05/14 14:24:43 itojun Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -61,7 +61,6 @@ option UNION # union file system option INET # IP + ICMP + TCP + UDP option ALTQ # ALTQ base option INET6 # IPv6 (needs INET) -option PULLDOWN_TEST # use m_pulldown for IPv6 packet parsing option IPSEC # IPsec #option KEY # PF_KEY (implied by IPSEC) #option NS # XNS |