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:
78fb6ea
)
ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 7 Oct 2015 00:02:56 +0000
(
02:02
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 7 Oct 2015 00:02:56 +0000
(
02:02
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ifplugd.c
patch
|
blob
|
history
diff --git
a/networking/ifplugd.c
b/networking/ifplugd.c
index 1e6c562e0afd632297b8a537d2516d01c04c1749..f0defb5c83e5f5f0c6a758fa1bb51b667b3b012f 100644
(file)
--- a/
networking/ifplugd.c
+++ b/
networking/ifplugd.c
@@
-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