summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/dhclient/dhcp.h3
-rw-r--r--usr.sbin/dhcpd/dhcp.h3
-rw-r--r--usr.sbin/dhcrelay/dhcp.h3
3 files changed, 3 insertions, 6 deletions
diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h
index 33f51224a37..a36c4c005ba 100644
--- a/sbin/dhclient/dhcp.h
+++ b/sbin/dhclient/dhcp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcp.h,v 1.5 2004/05/04 15:49:49 deraadt Exp $ */
+/* $OpenBSD: dhcp.h,v 1.6 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/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 */