From 9f4a1e1c75e86a38da22a3e82980fcddc4e58717 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 31 Jan 2006 09:53:53 +0000 Subject: - add and use ATTRIBUTE_ALIGNED(num_bytes) - remove unused parameter pindex from fdisk.c, xbsd_initlabel() --- networking/traceroute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') 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 { static const char route[] = "/proc/net/route"; /* last inbound (icmp) packet */ -static u_char packet[512] __attribute__((aligned (32))); +static u_char packet[512] ATTRIBUTE_ALIGNED(32); static struct ip *outip; /* last output (udp) packet */ static struct udphdr *outudp; /* last output (udp) packet */ -- cgit v1.2.3