diff options
Diffstat (limited to 'sbin/dhclient/privsep.h')
-rw-r--r-- | sbin/dhclient/privsep.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/dhclient/privsep.h b/sbin/dhclient/privsep.h index 85fb71ba22e..b81a37db666 100644 --- a/sbin/dhclient/privsep.h +++ b/sbin/dhclient/privsep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.h,v 1.4 2005/08/07 01:35:11 krw Exp $ */ +/* $OpenBSD: privsep.h,v 1.5 2007/02/13 21:54:22 stevesk Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -18,9 +18,6 @@ #include <sys/types.h> -#include <poll.h> -#include <pwd.h> - struct buf { u_char *buf; size_t size; |