diff options
Diffstat (limited to 'misc/utimes.c')
-rw-r--r-- | misc/utimes.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/utimes.c b/misc/utimes.c index 6b969e7b50..c8d6f58e8e 100644 --- a/misc/utimes.c +++ b/misc/utimes.c @@ -22,9 +22,7 @@ /* Change the access time of FILE to TVP[0] and the modification time of FILE to TVP[1]. */ int -__utimes (file, tvp) - const char *file; - const struct timeval tvp[2]; +__utimes (const char *file, const struct timeval tvp[2]) { if (file == NULL) { |