dhcpcd: fix wrong macro name
Fixes: http://autobuild.buildroot.net/results/788/788e7103c7c7c0199f221f42be6c22cc9eac3e0b/ http://autobuild.buildroot.net/results/673/673d4a0a334c4694cc4dd05ef99069f681f98f0a/ http://autobuild.buildroot.net/results/4bb/4bbf9e785eb9cb0f916f0a2bdaf7a6a5f639f7ea/ and many more. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c7ee1bb4d4
commit
d5c4cb6db4
25
package/dhcpcd/0001-fix-linux-macro-name.patch
Normal file
25
package/dhcpcd/0001-fix-linux-macro-name.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Fix Linux define
|
||||||
|
|
||||||
|
Fetched from upstream:
|
||||||
|
http://roy.marples.name/projects/dhcpcd/ci/2cabc3efee4c18ca?sbs=0
|
||||||
|
|
||||||
|
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
|
||||||
|
|
||||||
|
Index: dhcpcd.h
|
||||||
|
==================================================================
|
||||||
|
--- /dhcpcd.h
|
||||||
|
+++ /dhcpcd.h
|
||||||
|
@@ -58,11 +58,11 @@
|
||||||
|
|
||||||
|
struct interface {
|
||||||
|
struct dhcpcd_ctx *ctx;
|
||||||
|
TAILQ_ENTRY(interface) next;
|
||||||
|
char name[IF_NAMESIZE];
|
||||||
|
-#ifdef __linux
|
||||||
|
+#ifdef __linux__
|
||||||
|
char alias[IF_NAMESIZE];
|
||||||
|
#endif
|
||||||
|
unsigned int index;
|
||||||
|
unsigned int flags;
|
||||||
|
sa_family_t family;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user