summaryrefslogtreecommitdiffstats
path: root/sys/net/pfil.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-22 08:46:23 +0000
committerru <ru@FreeBSD.org>2001-10-22 08:46:23 +0000
commit366cc115c9351557ce3658a7b30189b90c6fbe29 (patch)
tree3fbcb2561abd9e3e829a245593276fd4f48886a5 /sys/net/pfil.h
parentb9c90ee7fc856af9e6df3c39a1f7b4f3a3deec8f (diff)
downloadFreeBSD-src-366cc115c9351557ce3658a7b30189b90c6fbe29.zip
FreeBSD-src-366cc115c9351557ce3658a7b30189b90c6fbe29.tar.gz
Remove extra memory region kept by "struct pfil_head pfil_head_t;".
Seems to be a typo for typedef, but we don't want this non-style(9) typedef anyway. PR: kern/31356
Diffstat (limited to 'sys/net/pfil.h')
-rw-r--r--sys/net/pfil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/pfil.h b/sys/net/pfil.h
index ba1d040..e2f31d4 100644
--- a/sys/net/pfil.h
+++ b/sys/net/pfil.h
@@ -58,7 +58,7 @@ struct pfil_head {
pfil_list_t ph_in;
pfil_list_t ph_out;
int ph_init;
-} pfil_head_t;
+};
struct packet_filter_hook *pfil_hook_get __P((int, struct pfil_head *));
int pfil_add_hook __P((int (*func) __P((void *, int,
OpenPOWER on IntegriCloud