diff options
Diffstat (limited to 'io/utime.c')
-rw-r--r-- | io/utime.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/io/utime.c b/io/utime.c index 830d3414e9..faac909cce 100644 --- a/io/utime.c +++ b/io/utime.c @@ -23,9 +23,7 @@ /* Set the access and modification times of FILE to those given in TIMES. If TIMES is NULL, set them to the current time. */ int -utime (file, times) - const char *file; - const struct utimbuf *times; +utime (const char *file, const struct utimbuf *times) { if (file == NULL) { |