From f1eafd6db8628ad3efbcbf878cda3a3f39bf7df8 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 22 Oct 2001 08:46:23 +0000 Subject: [PATCH] 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 --- sys/net/pfil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/pfil.h b/sys/net/pfil.h index ba1d040b31d..e2f31d46f2f 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,