summaryrefslogtreecommitdiffstats
path: root/bin/systrace/systrace.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/systrace.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/systrace.c')
-rw-r--r--bin/systrace/systrace.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/systrace/systrace.c b/bin/systrace/systrace.c
index 2395e04b07a..80a3fa4a96d 100644
--- a/bin/systrace/systrace.c
+++ b/bin/systrace/systrace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: systrace.c,v 1.57 2012/08/23 00:08:36 guenther Exp $ */
+/* $OpenBSD: systrace.c,v 1.58 2012/12/04 02:24:47 deraadt Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -30,7 +30,6 @@
*/
#include <sys/types.h>
-#include <sys/param.h>
#include <sys/wait.h>
#include <sys/tree.h>
#include <sys/socket.h>