add missed underscore

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-12-31 00:01:59 +01:00
parent d1e46651a3
commit 0cd4f3039b
1 changed files with 1 additions and 1 deletions

View 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