summaryrefslogtreecommitdiffstats
path: root/disk-utils/fsck.cramfs.c
diff options
context:
space:
mode:
authorKarel Zak2007-09-20 00:57:01 +0200
committerKarel Zak2007-09-20 00:57:01 +0200
commitbf928360f292178c498aa6c87b5614bbd28feaed (patch)
treeeab7fa64905dd9230336c978636f7f952bf1c54c /disk-utils/fsck.cramfs.c
parentnamei: cleanup tailing white-spaces (diff)
downloadkernel-qcow2-util-linux-bf928360f292178c498aa6c87b5614bbd28feaed.tar.gz
kernel-qcow2-util-linux-bf928360f292178c498aa6c87b5614bbd28feaed.tar.xz
kernel-qcow2-util-linux-bf928360f292178c498aa6c87b5614bbd28feaed.zip
build-sys: remove hardcoded _GNU_SOURCE
We have AC_GNU_SOURCE, so we needn't any extra hardcoded _GNU_SOURCE. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/fsck.cramfs.c')
-rw-r--r--disk-utils/fsck.cramfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/disk-utils/fsck.cramfs.c b/disk-utils/fsck.cramfs.c
index 68bbf518f..117ee6e2f 100644
--- a/disk-utils/fsck.cramfs.c
+++ b/disk-utils/fsck.cramfs.c
@@ -36,7 +36,6 @@
/* compile-time options */
//#define INCLUDE_FS_TESTS /* include cramfs checking and extraction */
-#define _GNU_SOURCE
#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>