From: Roy Marples Date: Mon, 10 Nov 2014 17:30:29 +0000 (+0000) Subject: Remove the direct include for cdefs.h - it's not needed for supported X-Git-Tag: v6.6.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268d06bf5293aacc59ef0df8f2b0b65dd4acc0d9;p=thirdparty%2Fdhcpcd.git Remove the direct include for cdefs.h - it's not needed for supported platforms. --- diff --git a/common.c b/common.c index 705bcb02..1616b268 100644 --- a/common.c +++ b/common.c @@ -30,12 +30,6 @@ # define _GNU_SOURCE #endif -#ifndef __sun -# if !defined(__linux__) || (defined(__linux__) && defined(__GLIBC__)) -# include -# endif -#endif - #ifdef __APPLE__ # include # include