diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-04 02:40:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-04 02:40:27 +0000 |
commit | 10944524238532ad35aaefec89cf7cc950745d6b (patch) | |
tree | 4a9479ef583cf8223796a994df98b5c3d9b70861 /networking/traceroute.c | |
parent | 5870ad9672ac09e366f1bfd4086e98cd019ed8f2 (diff) | |
download | busybox-w32-10944524238532ad35aaefec89cf7cc950745d6b.tar.gz busybox-w32-10944524238532ad35aaefec89cf7cc950745d6b.tar.bz2 busybox-w32-10944524238532ad35aaefec89cf7cc950745d6b.zip |
ifconfig: use IPv6 infrastructure
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r-- | networking/traceroute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c index 4ddde2fda..fd4c20e6d 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -247,7 +247,7 @@ struct ipovly { | |||
247 | /* | 247 | /* |
248 | * UDP kernel structures and variables. | 248 | * UDP kernel structures and variables. |
249 | */ | 249 | */ |
250 | struct udpiphdr { | 250 | struct udpiphdr { |
251 | struct ipovly ui_i; /* overlaid ip structure */ | 251 | struct ipovly ui_i; /* overlaid ip structure */ |
252 | struct udphdr ui_u; /* udp header */ | 252 | struct udphdr ui_u; /* udp header */ |
253 | }; | 253 | }; |