aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/d6_packet.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-12-15 11:49:00 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2022-12-15 11:49:00 +0100
commit301ef96892939498ceb0a70e1f523ba9a7a7b9c1 (patch)
tree8b0054b25ef45c16d7313f9e4d2259d560e83931 /networking/udhcp/d6_packet.c
parent3636d52cbebe81e306b3571183232f6e8be730d1 (diff)
downloadbusybox-w32-301ef96892939498ceb0a70e1f523ba9a7a7b9c1.tar.gz
busybox-w32-301ef96892939498ceb0a70e1f523ba9a7a7b9c1.tar.bz2
busybox-w32-301ef96892939498ceb0a70e1f523ba9a7a7b9c1.zip
udhcpc6: align FF02__1_2[]
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-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