summaryrefslogtreecommitdiffstats
path: root/ax25/mheardd.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-27 14:52:45 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit29b76dcd83a9e1068f4835a8540b2e22314a0abb (patch)
tree3395eadc64c09b0b97e37fe5b9347bb3bed851bb /ax25/mheardd.c
parentbb9279493ef43242a5be0b96c79065f874c1ae7a (diff)
Remove support for !defined(__GLIBC__) and __GLIBC__ != 2.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25/mheardd.c')
-rw-r--r--ax25/mheardd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ax25/mheardd.c b/ax25/mheardd.c
index cbe5e26..a1c121b 100644
--- a/ax25/mheardd.c
+++ b/ax25/mheardd.c
@@ -15,11 +15,7 @@
#include <sys/socket.h>
-#ifdef __GLIBC__
#include <net/ethernet.h>
-#else
-#include <linux/if_ether.h>
-#endif
#include <netinet/in.h>