diff options
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 6ad507ccbc7..7b8f5d20eaf 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.16 2001/06/26 22:19:47 smart Exp $ */ +/* $OpenBSD: pfctl.c,v 1.17 2001/06/26 22:24:14 provos Exp $ */ /* * Copyright (c) 2001, Daniel Hartmeier @@ -37,7 +37,6 @@ #include <netinet/in.h> #include <net/pfvar.h> -#include <err.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |