summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_carp.h
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-05-05 01:20:13 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-05-05 01:20:13 +0000
commitb37046fc051e119c0d449a49b5c6e4d78f1001c5 (patch)
tree79579d2224b4934b87d598e7ad8ea0dd0a3c7515 /sys/netinet/ip_carp.h
parent3a51012d8ea651591af1a8202c81db5f91d54781 (diff)
Remove unused #define.
Diffstat (limited to 'sys/netinet/ip_carp.h')
-rw-r--r--sys/netinet/ip_carp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_carp.h b/sys/netinet/ip_carp.h
index a9799249616..ff4b27b5aae 100644
--- a/sys/netinet/ip_carp.h
+++ b/sys/netinet/ip_carp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_carp.h,v 1.6 2004/04/28 01:53:45 mcbride Exp $ */
+/* $OpenBSD: ip_carp.h,v 1.7 2004/05/05 01:20:12 mcbride Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff. All rights reserved.
@@ -52,7 +52,6 @@ struct carp_header {
/* carp_type */
#define CARP_ADVERTISEMENT 0x01
-#define CARP_LEAVE_GROUP 0x02
#define CARP_KEY_LEN 20 /* a sha1 hash of a passphrase */