aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-18 15:15:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-18 15:15:24 +0200
commitb87c17cd16f1b23a07a65ee90a3e30a49992fa51 (patch)
tree8c03f16044b02ff430b6b67ba54f88c75ec3e8c2 /modutils
parent7df28bbb8fa3ba2878c288401c898ec477e55df1 (diff)
downloadbusybox-w32-b87c17cd16f1b23a07a65ee90a3e30a49992fa51.tar.gz
busybox-w32-b87c17cd16f1b23a07a65ee90a3e30a49992fa51.tar.bz2
busybox-w32-b87c17cd16f1b23a07a65ee90a3e30a49992fa51.zip
*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils')
-rw-r--r--modutils/depmod.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modutils/depmod.c b/modutils/depmod.c
index 4718c4dcb..c734f142b 100644
--- a/modutils/depmod.c
+++ b/modutils/depmod.c
@@ -8,8 +8,6 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
9 */ 9 */
10 10
11#undef _GNU_SOURCE
12#define _GNU_SOURCE
13#include "libbb.h" 11#include "libbb.h"
14#include "modutils.h" 12#include "modutils.h"
15#include <sys/utsname.h> /* uname() */ 13#include <sys/utsname.h> /* uname() */