From faeaaf2d6c5992b0a6cea53011f4caca935da3dd Mon Sep 17 00:00:00 2001 From: Tomas Heinrich Date: Wed, 15 May 2013 14:27:03 +0200 Subject: Drop unneeded macro definition The macro itself was a malformed version of "_GNU_SOURCE" and thus had no effect. It is not needed as this macro is already defined via AC_GNU_SOURCE. --- tools/syslogd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/syslogd.c') diff --git a/tools/syslogd.c b/tools/syslogd.c index 1b38bf92..7a8e21c2 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -51,7 +51,6 @@ #include #include #include -#define GNU_SOURCE #include #include #include -- cgit v1.2.3