[git commit master 1/1] add missed underscore

Denys Vlasenko vda.linux at googlemail.com
Thu Dec 30 23:01:59 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=0cd4f3039b5a6518eb322f26ed8430529befc3ae
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/date.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/coreutils/date.c b/coreutils/date.c
index a1a004d..c73fb5b 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
-- 
1.7.2.2



More information about the busybox-cvs mailing list