diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-02-03 08:42:16 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-02-03 08:42:16 +0000 |
commit | f56ac923128dcead47b9915fb316606e7188f3e5 (patch) | |
tree | 1118fe0ab54d4b0165a409d8c9729100c09509f1 /sbin/pfctl/pfctl_radix.c | |
parent | 06282141eb620dc69b9f2d37c884c2ec57be0c70 (diff) |
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
Diffstat (limited to 'sbin/pfctl/pfctl_radix.c')
-rw-r--r-- | sbin/pfctl/pfctl_radix.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <sys/socket.h> #include <net/if.h> -#include <netinet/in.h> #include <net/pfvar.h> #include <errno.h> |