Use an ANSI-C function definition rather than a

K&R one to avoid a warning.
This commit is contained in:
robert 2002-07-24 18:39:51 +00:00
parent 6eea4ee200
commit a0562d2132

View File

@ -56,9 +56,7 @@ __FBSDID("$FreeBSD$");
static void usage(void);
int
main(argc, argv)
int argc;
char *argv[];
main(int argc, char *argv[])
{
struct stat sb;
int ch;