(utime_now): Protoize.
authorJim Meyering <jim@meyering.net>
Sat, 31 Aug 1996 23:49:29 +0000 (23:49 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 31 Aug 1996 23:49:29 +0000 (23:49 +0000)
Reported by David S. Miller (davem@caip.rutgers.edu).

src/touch.c

index c8bcd95..7e1ae5f 100644 (file)
@@ -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;