diff options
Diffstat (limited to 'sbin/pfctl/pfctl_parser.c')
| -rw-r--r-- | sbin/pfctl/pfctl_parser.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c index d9aa49a2196e..f7a7ad96e703 100644 --- a/sbin/pfctl/pfctl_parser.c +++ b/sbin/pfctl/pfctl_parser.c @@ -1147,7 +1147,7 @@ check_netmask(struct node_host *h, sa_family_t af)  /* interface lookup routines */ -struct node_host	*iftab; +static struct node_host	*iftab;  void  ifa_load(void) | 
