diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-06-26 22:24:15 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-06-26 22:24:15 +0000 |
commit | cfa97a227615d8171e81a56724c5dcd40fcecc26 (patch) | |
tree | 28e77f08f5301c24c952308e0d666c244a1590dd /sbin/pfctl | |
parent | 0c8baaad587d2250a85e395032fb0b71571750c5 (diff) |
bad smart
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> |