diff options
Diffstat (limited to 'usr.sbin/dhcpd/options.c')
-rw-r--r-- | usr.sbin/dhcpd/options.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/options.c b/usr.sbin/dhcpd/options.c index a6ec56d26fe..fbfd5c11d5b 100644 --- a/usr.sbin/dhcpd/options.c +++ b/usr.sbin/dhcpd/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.6 2004/09/21 04:07:04 david Exp $ */ +/* $OpenBSD: options.c,v 1.7 2006/12/12 19:38:55 stevesk Exp $ */ /* DHCP options parsing and reassembly. */ @@ -42,7 +42,6 @@ #include <ctype.h> -#define DHCP_OPTION_DATA #include "dhcpd.h" int bad_options = 0; |