libiproute: handle table ids larger than 255
[oweals/busybox.git] / networking / libiproute / ll_proto.c
index da2b53cbff611a6cb390ee767dadcb7461f6d6d0..4c32ae5741383c5ab70f53c2afd63b0f0123b344 100644 (file)
@@ -84,7 +84,7 @@ ETH_P_IP
 
 /* Keep declarations above and below in sync! */
 
-static const char llproto_names[] =
+static const char llproto_names[] ALIGN1 =
 #define __PF(f,n) #n "\0"
 __PF(LOOP,loop)
 __PF(PUP,pup)