diff options
Diffstat (limited to 'networking/udhcp/packet.c')
-rw-r--r-- | networking/udhcp/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/packet.c b/networking/udhcp/packet.c index 25c55faab..da3807773 100644 --- a/networking/udhcp/packet.c +++ b/networking/udhcp/packet.c | |||
@@ -112,7 +112,7 @@ uint16_t udhcp_checksum(void *addr, int count) | |||
112 | void BUG_sizeof_struct_udp_dhcp_packet_must_be_576(void); | 112 | void BUG_sizeof_struct_udp_dhcp_packet_must_be_576(void); |
113 | int udhcp_raw_packet(struct dhcpMessage *payload, | 113 | int udhcp_raw_packet(struct dhcpMessage *payload, |
114 | uint32_t source_ip, int source_port, | 114 | uint32_t source_ip, int source_port, |
115 | uint32_t dest_ip, int dest_port, uint8_t *dest_arp, int ifindex) | 115 | uint32_t dest_ip, int dest_port, const uint8_t *dest_arp, int ifindex) |
116 | { | 116 | { |
117 | int fd; | 117 | int fd; |
118 | int result; | 118 | int result; |