mirror of
https://github.com/sheumann/hush.git
synced 2025-02-09 02:31:20 +00:00
Fix compile failure in ll_proto.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c5a9fa2d2a
commit
5f10fdf1dd
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
/* Please conditionalize exotic protocols on CONFIG_something */
|
/* 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,
|
#define __PF(f,n) ETH_P_##f,
|
||||||
__PF(LOOP,loop)
|
__PF(LOOP,loop)
|
||||||
__PF(PUP,pup)
|
__PF(PUP,pup)
|
||||||
@ -79,7 +79,7 @@ __PF(ECONET,econet)
|
|||||||
|
|
||||||
0x8100,
|
0x8100,
|
||||||
ETH_P_IP
|
ETH_P_IP
|
||||||
;
|
};
|
||||||
#undef __PF
|
#undef __PF
|
||||||
|
|
||||||
/* Keep declarations above and below in sync! */
|
/* Keep declarations above and below in sync! */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user