From 29b76dcd83a9e1068f4835a8540b2e22314a0abb Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 27 Jan 2017 14:52:45 +0100 Subject: Remove support for !defined(__GLIBC__) and __GLIBC__ != 2. Signed-off-by: Ralf Baechle --- ax25/rxecho.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ax25/rxecho.c') diff --git a/ax25/rxecho.c b/ax25/rxecho.c index 597e6cb..bfc326a 100644 --- a/ax25/rxecho.c +++ b/ax25/rxecho.c @@ -87,7 +87,6 @@ #endif #include /* for the glibc version number */ -#if __GLIBC__ >= 2 #ifdef USE_SOCKADDR_SPKT #include #endif @@ -97,13 +96,6 @@ #include #endif #include -#else -#if defined(USE_SOCKADDR_SPKT) || defined(USE_SOCKADDR_SLL) -#include -#include -#endif -#include -#endif #include -- cgit v1.2.3