diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/touch.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/touch.c b/src/touch.c index c8bcd95f3..7e1ae5fc6 100644 --- a/src/touch.c +++ b/src/touch.c @@ -217,9 +217,7 @@ touch (char *file) Return 0 if successful, -1 if not. */ static int -utime_now (file, filesize) - char *file; - off_t filesize; +utime_now (const char *file, off_t filesize) { int fd; char c; |