summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2010-09-24 01:56:13 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2010-09-24 01:56:13 +0000
commit6e50772f4a7ef79a1da812013b01873d8f6322c9 (patch)
treeed2c94d6eecb48997074948eec2adf090af780eb /sys/net
parent03b9452736ceb7124087e5dd924b9ebc227f0bba (diff)
remove misleading XXX comment. it is pretty clear by now that
pf_compare_state_keys will stay, we play safe.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/pf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c
index 5795f1c8760..a4764c9367c 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.708 2010/09/24 01:53:22 henning Exp $ */
+/* $OpenBSD: pf.c,v 1.709 2010/09/24 01:56:12 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -945,7 +945,6 @@ pf_find_state_byid(struct pf_state_cmp *key)
return (RB_FIND(pf_state_tree_id, &tree_id, (struct pf_state *)key));
}
-/* XXX debug function, intended to be removed one day */
int
pf_compare_state_keys(struct pf_state_key *a, struct pf_state_key *b,
struct pfi_kif *kif, u_int dir)