diff options
Diffstat (limited to 'networking/libiproute/ll_proto.c')
-rw-r--r-- | networking/libiproute/ll_proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index da2b53cbf..4c32ae574 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c | |||
@@ -84,7 +84,7 @@ ETH_P_IP | |||
84 | 84 | ||
85 | /* Keep declarations above and below in sync! */ | 85 | /* Keep declarations above and below in sync! */ |
86 | 86 | ||
87 | static const char llproto_names[] = | 87 | static const char llproto_names[] ALIGN1 = |
88 | #define __PF(f,n) #n "\0" | 88 | #define __PF(f,n) #n "\0" |
89 | __PF(LOOP,loop) | 89 | __PF(LOOP,loop) |
90 | __PF(PUP,pup) | 90 | __PF(PUP,pup) |