From 598b522b42d772cdb7895eda77507500d0507864 Mon Sep 17 00:00:00 2001 From: kmacy Date: Sun, 7 Dec 2008 21:15:43 +0000 Subject: - convert radix node head lock from mutex to rwlock - make radix node head lock not recursive - fix LOR in rtexpunge - fix LOR in rtredirect Reviewed by: sam --- sys/contrib/pf/net/pf_table.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/contrib/pf') diff --git a/sys/contrib/pf/net/pf_table.c b/sys/contrib/pf/net/pf_table.c index 977f88c..40c9f67 100644 --- a/sys/contrib/pf/net/pf_table.c +++ b/sys/contrib/pf/net/pf_table.c @@ -43,6 +43,8 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include +#include #ifdef __FreeBSD__ #include #endif -- cgit v1.1