diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/test-utime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/test-utime.c b/io/test-utime.c index 565e010815..ef5ab97fd2 100644 --- a/io/test-utime.c +++ b/io/test-utime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1996 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ Cambridge, MA 02139, USA. */ #include <unistd.h> int -main () +main (int argc, char *argv[]) { char file[L_tmpnam]; struct utimbuf ut; |