From f4ab8f63f11a72f14687a6646d04ae1bae3fa45f Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sat, 16 May 2015 10:31:41 +0200 Subject: src: Remove support for libc5 Fixes compilation with musl libc Signed-off-by: Felix Janda Signed-off-by: Pablo Neira Ayuso --- libarptc/libarptc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libarptc/libarptc.c') diff --git a/libarptc/libarptc.c b/libarptc/libarptc.c index 6d97735..e979dad 100644 --- a/libarptc/libarptc.c +++ b/libarptc/libarptc.c @@ -23,10 +23,6 @@ #define inline #endif -#if !defined(__GLIBC__) || (__GLIBC__ < 2) -typedef unsigned int socklen_t; -#endif - #include "libarptc/libarptc.h" #define IP_VERSION 4 -- cgit v1.2.3