From 1ea7321b72917c7406f2be3fc9b1abe56eb49f4d Mon Sep 17 00:00:00 2001 From: Martin Cracauer Date: Thu, 20 Apr 2000 09:31:54 +0000 Subject: [PATCH] Remove redundat extern declaration --- usr.bin/printf/printf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 4c787834f63..f135f569fdf 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -41,6 +41,8 @@ static char const copyright[] = #ifndef lint static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include @@ -100,7 +102,6 @@ main(argc, argv) int argc; char *argv[]; { - extern int optind; static char *skip1, *skip2; int ch, end, fieldwidth, precision; char convch, nextch, *format, *fmt, *start;