diff options
author | Tomas Heinrich <theinric@redhat.com> | 2013-05-15 14:27:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-20 21:18:46 +0200 |
commit | faeaaf2d6c5992b0a6cea53011f4caca935da3dd (patch) | |
tree | 93f0fb285738713c3713839531ce3dca0c2f68a8 /tools | |
parent | 864421ed5b705b62635940507dade451267c7f7a (diff) | |
download | rsyslog-faeaaf2d6c5992b0a6cea53011f4caca935da3dd.tar.gz rsyslog-faeaaf2d6c5992b0a6cea53011f4caca935da3dd.tar.bz2 rsyslog-faeaaf2d6c5992b0a6cea53011f4caca935da3dd.zip |
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.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/syslogd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stddef.h> #include <ctype.h> #include <limits.h> -#define GNU_SOURCE #include <string.h> #include <stdarg.h> #include <time.h> |