diff options
author | 2005-06-07 02:48:21 +0000 | |
---|---|---|
committer | 2005-06-07 02:48:21 +0000 | |
commit | 05c2008a8f74f276b6dd3b1bbcf44ebb96f49726 (patch) | |
tree | be58a8d0b9501191cb81718d80d72e1aa58064f3 | |
parent | do not handle CCITT any longer (diff) | |
download | wireguard-openbsd-05c2008a8f74f276b6dd3b1bbcf44ebb96f49726.tar.xz wireguard-openbsd-05c2008a8f74f276b6dd3b1bbcf44ebb96f49726.zip |
remove commented-out CCITT option
-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 1e5cafbb56f..5e7a47f0049 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.117 2005/05/26 00:33:45 pedro Exp $ +# $OpenBSD: GENERIC,v 1.118 2005/06/07 02:48:21 henning Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -68,7 +68,6 @@ option IPSEC # IPsec #option IPX # IPX+SPX #option IPXIP # IPX tunneling over IP #option NETATALK # AppleTalk -#option CCITT,LLC,HDLC # X.25 option PPP_BSDCOMP # PPP BSD compression option PPP_DEFLATE #option MROUTING # Multicast router |