aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stat-time.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stat-time.h')
-rw-r--r--lib/stat-time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stat-time.h b/lib/stat-time.h
index 47469892ee2..154d62a01f5 100644
--- a/lib/stat-time.h
+++ b/lib/stat-time.h
@@ -169,7 +169,7 @@ get_stat_birthtime (struct stat const *st)
169#elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ 169#elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
170 /* Native Windows platforms (but not Cygwin) put the "file creation 170 /* Native Windows platforms (but not Cygwin) put the "file creation
171 time" in st_ctime (!). See 171 time" in st_ctime (!). See
172 <http://msdn2.microsoft.com/de-de/library/14h5k7ff(VS.80).aspx>. */ 172 <https://msdn.microsoft.com/en-us/library/14h5k7ff(VS.80).aspx>. */
173 t.tv_sec = st->st_ctime; 173 t.tv_sec = st->st_ctime;
174 t.tv_nsec = 0; 174 t.tv_nsec = 0;
175#else 175#else