diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-01-11 01:52:00 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-01-11 01:52:00 +0000 |
commit | 64f2fea116dedf51d29d29c081c572f1d47d73a4 (patch) | |
tree | e35b1d14963e5aadcb09da560aa9e01965a1edde /usr.sbin | |
parent | d1e403547360172021b67c50c76c748168249cac (diff) |
remove unused #define DHCP_MIN_LEN
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 */ |