From 1837a5ca509d93cac77d2e89322c0c4869f9215d Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 10 Jun 2003 22:20:44 +0000 Subject: mostly ansi cleanup; pval ok --- usr.bin/getopt/getopt.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'usr.bin/getopt/getopt.c') diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c index 7ec53acc066..d09d282a625 100644 --- a/usr.bin/getopt/getopt.c +++ b/usr.bin/getopt/getopt.c @@ -1,16 +1,14 @@ -/* $OpenBSD: getopt.c,v 1.4 2001/07/12 05:17:09 deraadt Exp $ */ +/* $OpenBSD: getopt.c,v 1.5 2003/06/10 22:20:47 deraadt Exp $ */ #ifndef lint -static char rcsid[] = "$OpenBSD: getopt.c,v 1.4 2001/07/12 05:17:09 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: getopt.c,v 1.5 2003/06/10 22:20:47 deraadt Exp $"; #endif /* not lint */ #include #include int -main(argc, argv) -int argc; -char *argv[]; +main(int argc, char *argv[]) { extern int optind; extern char *optarg; -- cgit v1.2.3-59-g8ed1b