summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-04-04 01:46:04 +0000
committerderaadt <deraadt@openbsd.org>2003-04-04 01:46:04 +0000
commit733ce3772f0610ab8baf4f4b1365956eaed23769 (patch)
treefd07b27661fda633c6f77e2f7d31f8a237e87a1a
parentadapt to new sectok_fmt_fid API (diff)
downloadwireguard-openbsd-733ce3772f0610ab8baf4f4b1365956eaed23769.tar.xz
wireguard-openbsd-733ce3772f0610ab8baf4f4b1365956eaed23769.zip
KNF
-rw-r--r--sys/net/pf_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf_table.c b/sys/net/pf_table.c
index 51e09d14c1d..e92bf37307b 100644
--- a/sys/net/pf_table.c
+++ b/sys/net/pf_table.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_table.c,v 1.31 2003/03/21 12:47:36 cedric Exp $ */
+/* $OpenBSD: pf_table.c,v 1.32 2003/04/04 01:46:04 deraadt Exp $ */
/*
* Copyright (c) 2002 Cedric Berger
@@ -146,7 +146,7 @@ void pfr_destroy_ktable(struct pfr_ktable *, int);
int pfr_ktable_compare(struct pfr_ktable *,
struct pfr_ktable *);
struct pfr_ktable *pfr_lookup_table(struct pfr_table *);
-void pfr_clean_node_mask(struct pfr_ktable *,
+void pfr_clean_node_mask(struct pfr_ktable *,
struct pfr_kentryworkq *);
RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);