diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
| commit | 3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch) | |
| tree | f17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/touch | |
| parent | d3cb5ded92a4fcf21400c9742ca884549bebc99e (diff) | |
Notes
Diffstat (limited to 'usr.bin/touch')
| -rw-r--r-- | usr.bin/touch/touch.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 3e6be8995358..d92af2ded5b1 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -58,12 +58,12 @@ static const char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #include <time.h> #include <unistd.h> -int main __P((int, char *[])); -int rw __P((char *, struct stat *, int)); -void stime_arg1 __P((char *, struct timeval *)); -void stime_arg2 __P((char *, int, struct timeval *)); -void stime_file __P((char *, struct timeval *)); -void usage __P((void)); +int main(int, char *[]); +int rw(char *, struct stat *, int); +void stime_arg1(char *, struct timeval *); +void stime_arg2(char *, int, struct timeval *); +void stime_file(char *, struct timeval *); +void usage(void); int main(argc, argv) |
