From: Jim Meyering Date: Sat, 31 Aug 1996 23:49:29 +0000 (+0000) Subject: (utime_now): Protoize. X-Git-Tag: FILEUTILS-3_13b~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfe2a56ac632a6854856a4b7686b41f5fe39a191;p=thirdparty%2Fcoreutils.git (utime_now): Protoize. Reported by David S. Miller (davem@caip.rutgers.edu). --- 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;