From f56ac923128dcead47b9915fb316606e7188f3e5 Mon Sep 17 00:00:00 2001 From: Cedric Berger Date: Mon, 3 Feb 2003 08:42:16 +0000 Subject: More cleanup in tables thanks to Andrey Matveev: - get rid of unnecessary header netinet/in.h in pfctl_radix.c and pfctl_table.c - do fclose(3) only when we use config file, not STDIN - get rid of unneeded temporatory variables - minor KNF --- sbin/pfctl/pfctl_radix.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/pfctl/pfctl_radix.c') diff --git a/sbin/pfctl/pfctl_radix.c b/sbin/pfctl/pfctl_radix.c index ca2582a5e1b..accbad2c55f 100644 --- a/sbin/pfctl/pfctl_radix.c +++ b/sbin/pfctl/pfctl_radix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_radix.c,v 1.10 2003/01/25 23:17:34 cedric Exp $ */ +/* $OpenBSD: pfctl_radix.c,v 1.11 2003/02/03 08:42:15 cedric Exp $ */ /* * Copyright (c) 2002 Cedric Berger @@ -35,7 +35,6 @@ #include #include -#include #include #include -- cgit v1.2.3