summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2007-05-31 22:45:37 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2007-05-31 22:45:37 +0000
commitd8c235cc6e552206b13b38554b54131d24c47851 (patch)
treef08f65c78b054f91314e420471355f7c632d1981 /sys
parentd34b8fac1f8aac5e58fe11e74ba9871a52ce9aed (diff)
Make sure that pf_state_key and pf_state_key_cmp are in sync.
I am a retard for not testing properly and owe people beers tonight.
Diffstat (limited to 'sys')
-rw-r--r--sys/net/pfvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 4e038555832..3f2facb9c6c 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.247 2007/05/31 18:48:05 mcbride Exp $ */
+/* $OpenBSD: pfvar.h,v 1.248 2007/05/31 22:45:36 mcbride Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -687,7 +687,6 @@ TAILQ_HEAD(pf_state_queue, pf_state);
/* keep synced with struct pf_state_key, used in RB_FIND */
struct pf_state_key_cmp {
- u_int64_t id;
struct pf_state_host lan;
struct pf_state_host gwy;
struct pf_state_host ext;