diff options
author | Bryan Steele <brynet@cvs.openbsd.org> | 2017-09-08 19:30:14 +0000 |
---|---|---|
committer | Bryan Steele <brynet@cvs.openbsd.org> | 2017-09-08 19:30:14 +0000 |
commit | 779e58a5736b3b024cd137c514ebf69f0ba81527 (patch) | |
tree | d0275741799f2a1cc0593eaf4fc6140c187d020f /usr.sbin | |
parent | 073189b1b78265ed7d2747af9706c401a52505ce (diff) |
Whoops, remove extra include.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/privsep.c | 3 |
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> |