diff options
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 95aa290a1..a9292a284 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -293,7 +293,7 @@ struct IFADDRLIST { | |||
293 | static const char route[] = "/proc/net/route"; | 293 | static const char route[] = "/proc/net/route"; |
294 | 294 | ||
295 | /* last inbound (icmp) packet */ | 295 | /* last inbound (icmp) packet */ |
296 | static u_char packet[512] __attribute__((aligned (32))); | 296 | static u_char packet[512] ATTRIBUTE_ALIGNED(32); |
297 | 297 | ||
298 | static struct ip *outip; /* last output (udp) packet */ | 298 | static struct ip *outip; /* last output (udp) packet */ |
299 | static struct udphdr *outudp; /* last output (udp) packet */ | 299 | static struct udphdr *outudp; /* last output (udp) packet */ |