- add and use ATTRIBUTE_ALIGNED(num_bytes)

- remove unused parameter pindex from fdisk.c, xbsd_initlabel()
This commit is contained in:
Bernhard Reutner-Fischer
2006-01-31 09:53:53 +00:00
parent dfe6e74157
commit 9f4a1e1c75
3 changed files with 10 additions and 7 deletions

View File

@@ -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 */