Use an ANSI-C function definition rather than a

K&R one to avoid a warning.
This commit is contained in:
Robert Drehmel 2002-07-24 18:39:51 +00:00
parent 5eb3a502f0
commit 4ca470d666

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;