*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-06-18 15:15:24 +02:00
parent 7df28bbb8f
commit b87c17cd16
5 changed files with 0 additions and 24 deletions

View File

@@ -29,10 +29,6 @@
* Licensed under GPLv2 or later, see file License in this tarball for details.
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1 /* get strnlen() */
#endif
#include "e2fsck.h" /*Put all of our defines here to clean things up*/
#define _(x) x