aboutsummaryrefslogtreecommitdiff
path: root/coreutils/date.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-12-31 00:01:59 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-12-31 00:01:59 +0100
commit0cd4f3039b5a6518eb322f26ed8430529befc3ae (patch)
treeafcfc02877d9aa21f68e68bba09a70bcab214549 /coreutils/date.c
parentd1e46651a349b809e42083e3fd4d120ccb2f0c4f (diff)
downloadbusybox-0cd4f3039b5a6518eb322f26ed8430529befc3ae.tar.gz
add missed underscore
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/date.c')
-rw-r--r--coreutils/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/date.c b/coreutils/date.c
index a1a004d45..c73fb5be6 100644
--- a/coreutils/date.c
+++ b/coreutils/date.c
@@ -251,7 +251,7 @@ int date_main(int argc UNUSED_PARAM, char **argv)
#if ENABLE_FEATURE_DATE_NANO
ts.tv_nsec = statbuf.st_mtim.tv_nsec;
/* Some toolchains use .st_mtimensec instead of st_mtim.tv_nsec.
- * If you need #define SVID_SOURCE 1 to enable st_mtim.tv_nsec,
+ * If you need #define _SVID_SOURCE 1 to enable st_mtim.tv_nsec,
* drop a mail to project mailing list please
*/
#endif