blob: 7601f0d3255bfd3097cd093a78b2b8a488eceeae [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From fdb64d21560bfdafeefccc7d20e105e4857faa99 Mon Sep 17 00:00:00 2001
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 28 Mar 2017 19:20:07 -0700
Brad Bishop316dfdd2018-06-25 12:45:53 -04004Subject: [PATCH] ppoe: Dont include linux/if_ether.h
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005
6Fixes build with musl
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
Brad Bishop316dfdd2018-06-25 12:45:53 -04009
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010---
11 src/pppoe.h | 4 ----
12 1 file changed, 4 deletions(-)
13
14diff --git a/src/pppoe.h b/src/pppoe.h
15index ec067a0..281879c 100644
16--- a/src/pppoe.h
17+++ b/src/pppoe.h
18@@ -127,10 +127,6 @@ typedef unsigned long UINT32_t;
19 #error Could not find a 32-bit integer type
20 #endif
21
22-#ifdef HAVE_LINUX_IF_ETHER_H
23-#include <linux/if_ether.h>
24-#endif
25-
26 #include <netinet/in.h>
27
28 #ifdef HAVE_NETINET_IF_ETHER_H