aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/d6_packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/d6_packet.c')
-rw-r--r--networking/udhcp/d6_packet.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/networking/udhcp/d6_packet.c b/networking/udhcp/d6_packet.c
index c1949f6e3..aab1a9182 100644
--- a/networking/udhcp/d6_packet.c
+++ b/networking/udhcp/d6_packet.c
@@ -27,9 +27,8 @@ void FAST_FUNC d6_dump_packet(struct d6_packet *packet)
27} 27}
28#endif 28#endif
29 29
30int FAST_FUNC d6_recv_kernel_packet(struct in6_addr *peer_ipv6 30int FAST_FUNC d6_recv_kernel_packet(struct in6_addr *peer_ipv6 UNUSED_PARAM,
31 UNUSED_PARAM 31 struct d6_packet *packet, int fd)
32 , struct d6_packet *packet, int fd)
33{ 32{
34 int bytes; 33 int bytes;
35 34