diff options
Diffstat (limited to 'usr.sbin/dhcpd/dhcp.h')
-rw-r--r-- | usr.sbin/dhcpd/dhcp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcp.h b/usr.sbin/dhcpd/dhcp.h index 3b430843423..c8efb41eb59 100644 --- a/usr.sbin/dhcpd/dhcp.h +++ b/usr.sbin/dhcpd/dhcp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp.h,v 1.2 2004/04/14 01:09:52 henning Exp $ */ +/* $OpenBSD: dhcp.h,v 1.3 2007/01/11 01:51:59 stevesk Exp $ */ /* Protocol structures... */ @@ -52,7 +52,6 @@ #define DHCP_OPTION_LEN (DHCP_MTU_MAX - DHCP_FIXED_LEN) #define BOOTP_MIN_LEN 300 -#define DHCP_MIN_LEN 548 struct dhcp_packet { u_int8_t op; /* Message opcode/type */ |