diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-22 22:55:11 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-22 22:55:11 +0000 |
commit | 86f5c9906beac527f3d7966f24811b571a589e08 (patch) | |
tree | 1c9eba853c728b5d734506e1c66c269d96fe46ea /networking/traceroute.c | |
parent | 2edf52643d3eb3d13f26d31f9678cf122f2063bc (diff) | |
download | busybox-w32-86f5c9906beac527f3d7966f24811b571a589e08.tar.gz busybox-w32-86f5c9906beac527f3d7966f24811b571a589e08.tar.bz2 busybox-w32-86f5c9906beac527f3d7966f24811b571a589e08.zip |
- add platform.h.
- use shorter boilerplate while at it.
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 690e21f82..b6252ad3e 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -281,7 +281,7 @@ struct hostinfo { | |||
281 | struct outdata { | 281 | struct outdata { |
282 | u_char seq; /* sequence number of this packet */ | 282 | u_char seq; /* sequence number of this packet */ |
283 | u_char ttl; /* ttl packet left with */ | 283 | u_char ttl; /* ttl packet left with */ |
284 | struct timeval tv __attribute__((packed)); /* time packet left */ | 284 | struct timeval tv ATTRIBUTE_PACKED; /* time packet left */ |
285 | }; | 285 | }; |
286 | 286 | ||
287 | struct IFADDRLIST { | 287 | struct IFADDRLIST { |