summaryrefslogtreecommitdiffstats
path: root/bin/systrace/filter.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-12-04 02:24:45 +0000
committerderaadt <deraadt@openbsd.org>2012-12-04 02:24:45 +0000
commitf4faee9106dab4458d5d3326f876cd772c8e31da (patch)
treea76506f3551ac0d4cce29d6d01b3609d1b7647cc /bin/systrace/filter.c
parentBackout last. It breaks existing 'ifconfig down ; dhclient' usage. (diff)
downloadwireguard-openbsd-f4faee9106dab4458d5d3326f876cd772c8e31da.tar.xz
wireguard-openbsd-f4faee9106dab4458d5d3326f876cd772c8e31da.zip
remove some unnecessary sys/param.h inclusions
Diffstat (limited to 'bin/systrace/filter.c')
-rw-r--r--bin/systrace/filter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/systrace/filter.c b/bin/systrace/filter.c
index 576b848af2d..ba366946c38 100644
--- a/bin/systrace/filter.c
+++ b/bin/systrace/filter.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: filter.c,v 1.33 2006/07/02 12:34:15 sturm Exp $ */
+/* $OpenBSD: filter.c,v 1.34 2012/12/04 02:24:47 deraadt Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -29,7 +29,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/param.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/tree.h>