diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dhcpd/dhcp.h | 3 | ||||
-rw-r--r-- | usr.sbin/dhcrelay/dhcp.h | 3 |
2 files changed, 2 insertions, 4 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 */ diff --git a/usr.sbin/dhcrelay/dhcp.h b/usr.sbin/dhcrelay/dhcp.h index 2b6278dc8e0..385ff69075d 100644 --- a/usr.sbin/dhcrelay/dhcp.h +++ b/usr.sbin/dhcrelay/dhcp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp.h,v 1.1 2004/04/12 21:10:28 henning Exp $ */ +/* $OpenBSD: dhcp.h,v 1.2 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 */ |