summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2004-11-18 16:49:58 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2004-11-18 16:49:58 +0000
commit1c19d01f867c9efd6eeb98b1c6e1c43f932ad6e4 (patch)
tree788458658b417fa27ac9574bf77b45148096c536 /sys
parentc7d63a5ec6772d2a02fdbc3f535b3befd57ab53e (diff)
s/Access/Address/ at IFT_CARP
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index 2c27331a7a6..7cf4217d928 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_types.h,v 1.16 2004/10/28 20:34:20 henning Exp $ */
+/* $OpenBSD: if_types.h,v 1.17 2004/11/18 16:49:57 mpf Exp $ */
/* $NetBSD: if_types.h,v 1.17 2000/10/26 06:51:31 onoe Exp $ */
/*
@@ -265,6 +265,6 @@
#define IFT_ENC 0xf4 /* Encapsulation */
#define IFT_PFLOG 0xf5 /* Packet filter logging */
#define IFT_PFSYNC 0xf6 /* Packet filter state syncing */
-#define IFT_CARP 0xf7 /* Common Access Redundancy Protocol */
+#define IFT_CARP 0xf7 /* Common Address Redundancy Protocol */
#endif /* _NET_IF_TYPES_H_ */