diff options
Diffstat (limited to 'networking/udhcp/clientpacket.c')
-rw-r--r-- | networking/udhcp/clientpacket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/clientpacket.c b/networking/udhcp/clientpacket.c index 21c1a7bd5..84a6765ee 100644 --- a/networking/udhcp/clientpacket.c +++ b/networking/udhcp/clientpacket.c | |||
@@ -166,7 +166,7 @@ int FAST_FUNC send_select(uint32_t xid, uint32_t server, uint32_t requested) | |||
166 | } | 166 | } |
167 | 167 | ||
168 | 168 | ||
169 | /* Unicasts or broadcasts a DHCP renew message */ | 169 | /* Unicast or broadcast a DHCP renew message */ |
170 | int FAST_FUNC send_renew(uint32_t xid, uint32_t server, uint32_t ciaddr) | 170 | int FAST_FUNC send_renew(uint32_t xid, uint32_t server, uint32_t ciaddr) |
171 | { | 171 | { |
172 | struct dhcp_packet packet; | 172 | struct dhcp_packet packet; |
@@ -186,7 +186,7 @@ int FAST_FUNC send_renew(uint32_t xid, uint32_t server, uint32_t ciaddr) | |||
186 | } | 186 | } |
187 | 187 | ||
188 | 188 | ||
189 | /* Unicasts a DHCP release message */ | 189 | /* Unicast a DHCP release message */ |
190 | int FAST_FUNC send_release(uint32_t server, uint32_t ciaddr) | 190 | int FAST_FUNC send_release(uint32_t server, uint32_t ciaddr) |
191 | { | 191 | { |
192 | struct dhcp_packet packet; | 192 | struct dhcp_packet packet; |