diff options
author | Denys Vlasenko | 2010-06-19 17:50:44 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-06-19 17:50:44 +0200 |
commit | 020465218ccff1195a47a890037db37d0395c9d9 (patch) | |
tree | 491ffc11553f9de9b91c890f82dc0668c44660e8 /modutils/depmod.c | |
parent | e329089c62ed813e97344f8c61d7dc34221fd5ee (diff) | |
parent | 8cd9f343e74ca65f36c42a44e845716ba5411663 (diff) | |
download | busybox-020465218ccff1195a47a890037db37d0395c9d9.zip busybox-020465218ccff1195a47a890037db37d0395c9d9.tar.gz |
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Diffstat (limited to 'modutils/depmod.c')
-rw-r--r-- | modutils/depmod.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modutils/depmod.c b/modutils/depmod.c index 4718c4d..c734f14 100644 --- a/modutils/depmod.c +++ b/modutils/depmod.c @@ -8,8 +8,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#undef _GNU_SOURCE -#define _GNU_SOURCE #include "libbb.h" #include "modutils.h" #include <sys/utsname.h> /* uname() */ |