aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index da32d6c095c..34afbc23da7 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3612,7 +3612,7 @@ file_offset (Lisp_Object val)
3612static struct timespec 3612static struct timespec
3613time_error_value (int errnum) 3613time_error_value (int errnum)
3614{ 3614{
3615 int ns = (errnum == ENOENT || errnum == EACCES || errnum == ENOTDIR 3615 int ns = (errnum == ENOENT || errnum == ENOTDIR
3616 ? NONEXISTENT_MODTIME_NSECS 3616 ? NONEXISTENT_MODTIME_NSECS
3617 : UNKNOWN_MODTIME_NSECS); 3617 : UNKNOWN_MODTIME_NSECS);
3618 return make_timespec (0, ns); 3618 return make_timespec (0, ns);