projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a9fa2
)
Fix compile failure in ll_proto.c
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 3 Sep 2012 09:41:30 +0000
(11:41 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 3 Sep 2012 09:41:30 +0000
(11:41 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/libiproute/ll_proto.c
patch
|
blob
|
history
diff --git
a/networking/libiproute/ll_proto.c
b/networking/libiproute/ll_proto.c
index 60add2f0c677cf72daeb7337d636084e573c0e06..da2b53cbff611a6cb390ee767dadcb7461f6d6d0 100644
(file)
--- a/
networking/libiproute/ll_proto.c
+++ b/
networking/libiproute/ll_proto.c
@@
-16,7
+16,7
@@
/* Please conditionalize exotic protocols on CONFIG_something */
-static const uint16_t llproto_ids[] =
+static const uint16_t llproto_ids[] =
{
#define __PF(f,n) ETH_P_##f,
__PF(LOOP,loop)
__PF(PUP,pup)
@@
-79,7
+79,7
@@
__PF(ECONET,econet)
0x8100,
ETH_P_IP
-;
+
}
;
#undef __PF
/* Keep declarations above and below in sync! */