diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-11-21 04:39:09 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-11-21 04:39:09 +0000 |
commit | 4a2f410998b7a92693b3a6f02f1ed031455054d8 (patch) | |
tree | b28b83fe4b72ead90fb333aaaa9e60aad70f0d0b | |
parent | 9e5358efba1cf7e0f2225b4a3f3d885a4fbb6685 (diff) |
remove duplicate #include <unistd.h> (same change as dhclient)
-rw-r--r-- | usr.sbin/dhcrelay/dhcpd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/dhcrelay/dhcpd.h b/usr.sbin/dhcrelay/dhcpd.h index 8dce73598ef..61b72160d35 100644 --- a/usr.sbin/dhcrelay/dhcpd.h +++ b/usr.sbin/dhcrelay/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.6 2004/05/04 21:23:10 deraadt Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.7 2006/11/21 04:39:08 stevesk Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -40,7 +40,6 @@ */ #include <sys/types.h> - #include <sys/socket.h> #include <sys/sockio.h> #include <sys/stat.h> @@ -62,7 +61,6 @@ #include <netdb.h> #include <paths.h> #include <pwd.h> -#include <unistd.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> |