From bfe2a56ac632a6854856a4b7686b41f5fe39a191 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 31 Aug 1996 23:49:29 +0000 Subject: [PATCH] (utime_now): Protoize. Reported by David S. Miller (davem@caip.rutgers.edu). --- src/touch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/touch.c b/src/touch.c index c8bcd95f3b..7e1ae5fc61 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; -- 2.47.2