mirror of https://github.com/mirror/busybox.git
ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_24_stable
parent
78fb6ea63a
commit
4271698fea
|
@ -58,6 +58,10 @@
|
|||
#define __user
|
||||
#include <linux/wireless.h>
|
||||
|
||||
#ifndef ETH_ALEN
|
||||
# define ETH_ALEN 6
|
||||
#endif
|
||||
|
||||
/*
|
||||
From initial port to busybox, removed most of the redundancy by
|
||||
converting implementation of a polymorphic interface to the strict
|
||||
|
|
Loading…
Reference in New Issue