diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-04 15:49:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-04 15:49:50 +0000 |
commit | d6321c6d8a045fe3273bb6c47920adbde93bc98b (patch) | |
tree | 85fa1557db252870db9b01f99c5ae566ba5def67 /sbin/dhclient | |
parent | f427f5f85203e3718fbe4abf0a556fb92d41627d (diff) |
zap some spaces
Diffstat (limited to 'sbin/dhclient')
-rw-r--r-- | sbin/dhclient/dhcp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h index 2d91d437a3f..33f51224a37 100644 --- a/sbin/dhclient/dhcp.h +++ b/sbin/dhclient/dhcp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp.h,v 1.4 2004/02/07 13:59:45 henning Exp $ */ +/* $OpenBSD: dhcp.h,v 1.5 2004/05/04 15:49:49 deraadt Exp $ */ /* Protocol structures... */ @@ -52,7 +52,7 @@ #define DHCP_OPTION_LEN (DHCP_MTU_MAX - DHCP_FIXED_LEN) #define BOOTP_MIN_LEN 300 -#define DHCP_MIN_LEN 548 +#define DHCP_MIN_LEN 548 struct dhcp_packet { u_int8_t op; /* Message opcode/type */ @@ -82,8 +82,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 |