summaryrefslogtreecommitdiffstats
path: root/hdlcutil
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 /hdlcutil
parentbb9279493ef43242a5be0b96c79065f874c1ae7a (diff)
Remove support for !defined(__GLIBC__) and __GLIBC__ != 2.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'hdlcutil')
-rw-r--r--hdlcutil/hdrvcomm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hdlcutil/hdrvcomm.c b/hdlcutil/hdrvcomm.c
index d0dc8b6..2e41ddb 100644
--- a/hdlcutil/hdrvcomm.c
+++ b/hdlcutil/hdrvcomm.c
@@ -49,11 +49,7 @@
#include "usersmdiag.h"
#include <net/if_arp.h>
-#ifdef __GLIBC__
#include <net/ethernet.h>
-#else
-#include <linux/if_ether.h>
-#endif
#include <linux/if_packet.h>
#ifndef SOL_PACKET