diff options
author | 2003-07-02 21:04:09 +0000 | |
---|---|---|
committer | 2003-07-02 21:04:09 +0000 | |
commit | 6ff29e28bbbbaec691056c83d04f54ae2fabb42f (patch) | |
tree | 401937beb1cc5139ca7d91578f12c63e5a52a78e /usr.bin/file/file.c | |
parent | ioctlname() proto (diff) | |
download | wireguard-openbsd-6ff29e28bbbbaec691056c83d04f54ae2fabb42f.tar.xz wireguard-openbsd-6ff29e28bbbbaec691056c83d04f54ae2fabb42f.zip |
protos
Diffstat (limited to 'usr.bin/file/file.c')
-rw-r--r-- | usr.bin/file/file.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index 9f388117213..a51952350bf 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.12 2003/06/13 18:31:14 deraadt Exp $ */ +/* $OpenBSD: file.c,v 1.13 2003/07/02 21:04:09 deraadt Exp $ */ /* * file - find type of a file or files - main program. @@ -31,7 +31,7 @@ */ #ifndef lint -static char *moduleid = "$OpenBSD: file.c,v 1.12 2003/06/13 18:31:14 deraadt Exp $"; +static char *moduleid = "$OpenBSD: file.c,v 1.13 2003/07/02 21:04:09 deraadt Exp $"; #endif /* lint */ #include <stdio.h> @@ -94,9 +94,7 @@ static short byteconv2(int, int, int); * main - parse arguments and handle options */ int -main(argc, argv) -int argc; -char *argv[]; +main(int argc, char *argv[]) { int c; int check = 0, didsomefiles = 0, errflg = 0, ret = 0, app = 0; |