diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-12-15 11:49:00 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-12-15 11:49:00 +0100 |
commit | 301ef96892939498ceb0a70e1f523ba9a7a7b9c1 (patch) | |
tree | 8b0054b25ef45c16d7313f9e4d2259d560e83931 /networking/udhcp/d6_packet.c | |
parent | 3636d52cbebe81e306b3571183232f6e8be730d1 (diff) | |
download | busybox-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.c | 5 |
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 | ||
30 | int FAST_FUNC d6_recv_kernel_packet(struct in6_addr *peer_ipv6 | 30 | int 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 | ||