diff options
Diffstat (limited to 'daemon/file.c')
-rw-r--r-- | daemon/file.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/daemon/file.c b/daemon/file.c index 252c02c3..0b50eebd 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -44,11 +44,7 @@ do_touch (const char *path) return -1; } -#ifdef HAVE_FUTIMENS r = futimens (fd, NULL); -#else - r = futimes (fd, NULL); -#endif if (r == -1) { reply_with_perror ("futimens: %s", path); close (fd); |