diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-03-02 18:26:30 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-03-02 18:26:30 +0000 |
commit | 6c2d6f032ea85e4f0b06f7499c77073c7b233250 (patch) | |
tree | af7dce0e45127f1207a523d55511c50189273b42 | |
parent | 9c2d1c41dcf8b9be6641a112c4716334a42469e2 (diff) |
spaces and comment to sync to dhclient dhcp.h; no binary change
-rw-r--r-- | usr.sbin/dhcpd/dhcp.h | 6 | ||||
-rw-r--r-- | usr.sbin/dhcrelay/dhcp.h | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/usr.sbin/dhcrelay/dhcp.h b/usr.sbin/dhcrelay/dhcp.h index 28efd344d51..50281ea6f92 100644 --- a/usr.sbin/dhcrelay/dhcp.h +++ b/usr.sbin/dhcrelay/dhcp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp.h,v 1.3 2007/02/07 01:43:54 stevesk Exp $ */ +/* $OpenBSD: dhcp.h,v 1.4 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 |