add missed underscore
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 30 Dec 2010 23:01:59 +0000 (00:01 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 30 Dec 2010 23:01:59 +0000 (00:01 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/date.c

index a1a004d..c73fb5b 100644 (file)
@@ -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