summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-07-05 08:34:47 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-07-05 08:34:47 +0000
commit2757814893d1a32af9740e0a330484cc48389752 (patch)
tree051b321c0d96697b4eaab442c1476727853c64bb /sys/net
parent34b0d7d799b66475d4a2f42447acc3facd1d191d (diff)
KNF
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 5095e171654..216e4cb4a02 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.h,v 1.30 2001/07/05 08:27:38 jjbg Exp $ */
+/* $OpenBSD: if.h,v 1.31 2001/07/05 08:34:46 angelos Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -229,7 +229,7 @@ struct ifnet { /* and the entries */
#define IFCAP_IPSEC 0x00000008 /* can do IPsec */
#define IFCAP_VLAN_MTU 0x00000010 /* VLAN-compatible MTU */
#define IFCAP_VLAN_HWTAGGING 0x00000020 /* hardware VLAN tag support */
-#define IFCAP_IPCOMP 0x00000040 /* can do IPcomp */
+#define IFCAP_IPCOMP 0x00000040 /* can do IPcomp */
/*
* Output queues (ifp->if_snd) and internetwork datagram level (pup level 1)