summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrynet <brynet@openbsd.org>2017-09-08 19:30:13 +0000
committerbrynet <brynet@openbsd.org>2017-09-08 19:30:13 +0000
commitf62418f79f4116d3534227f490294c7e13b2bcfc (patch)
tree4014a0e9a8e29285a50855aed5127bfa24343011
parentfork+exec model for tcpdump(8); re-exec the privileged child after fork (diff)
downloadwireguard-openbsd-f62418f79f4116d3534227f490294c7e13b2bcfc.tar.xz
wireguard-openbsd-f62418f79f4116d3534227f490294c7e13b2bcfc.zip
Whoops, remove extra include.
-rw-r--r--usr.sbin/tcpdump/privsep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/privsep.c b/usr.sbin/tcpdump/privsep.c
index 448dc19a180..da7e6694074 100644
--- a/usr.sbin/tcpdump/privsep.c
+++ b/usr.sbin/tcpdump/privsep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: privsep.c,v 1.46 2017/09/08 19:10:57 brynet Exp $ */
+/* $OpenBSD: privsep.c,v 1.47 2017/09/08 19:30:13 brynet Exp $ */
/*
* Copyright (c) 2003 Can Erkin Acar
@@ -33,7 +33,6 @@
#include <err.h>
#include <errno.h>
#include <fcntl.h>
-#include <limits.h>
#include <netdb.h>
#include <paths.h>
#include <pwd.h>