diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-09 18:27:42 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-09 18:27:42 +0000 |
commit | 712bc9000d147cba1ce6c4b3215fc3bd4cc4f674 (patch) | |
tree | 66ef90408e8ba182bdb7933ea31c898e0c569b9d /sbin | |
parent | 3d3748608f52c43f13c72c6ed69b8ee3103de8f9 (diff) |
zap unneeded #include <errno.h> as seen by both of us while discussing
#include stuff with dhartmei@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl_qstats.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_qstats.c b/sbin/pfctl/pfctl_qstats.c index 78dd65c7245..9693140f32a 100644 --- a/sbin/pfctl/pfctl_qstats.c +++ b/sbin/pfctl/pfctl_qstats.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_qstats.c,v 1.2 2003/01/09 18:24:42 henning Exp $ */ +/* $OpenBSD: pfctl_qstats.c,v 1.3 2003/01/09 18:27:41 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer @@ -40,7 +40,6 @@ #include <arpa/inet.h> #include <err.h> -#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |