diff options
Diffstat (limited to 'usr.sbin/dhcpd/dhcp.h')
-rw-r--r-- | usr.sbin/dhcpd/dhcp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcp.h b/usr.sbin/dhcpd/dhcp.h index 069e81f0a80..f01b70f9578 100644 --- a/usr.sbin/dhcpd/dhcp.h +++ b/usr.sbin/dhcpd/dhcp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp.h,v 1.4 2007/02/01 22:39:43 krw Exp $ */ +/* $OpenBSD: dhcp.h,v 1.5 2007/03/02 18:26:29 stevesk Exp $ */ /* Protocol structures... */ @@ -80,8 +80,8 @@ struct dhcp_packet { #define BOOTP_BROADCAST 32768L /* Possible values for hardware type (htype) field... */ -#define HTYPE_ETHER 1 /* Ethernet 10Mbps */ -#define HTYPE_IEEE802 6 /* IEEE 802.2 Token Ring... */ +#define HTYPE_ETHER 1 /* Ethernet */ +#define HTYPE_IEEE802 6 /* IEEE 802.2 Token Ring... */ #define HTYPE_FDDI 8 /* FDDI... */ /* Magic cookie validating dhcp options field (and bootp vendor |