diff options
| author | Martin Cracauer <cracauer@FreeBSD.org> | 2000-04-20 09:31:54 +0000 |
|---|---|---|
| committer | Martin Cracauer <cracauer@FreeBSD.org> | 2000-04-20 09:31:54 +0000 |
| commit | 1ea7321b72917c7406f2be3fc9b1abe56eb49f4d (patch) | |
| tree | 20145a54a423f6ff19a94bbd15d86e9f279e24ab /usr.bin/printf/printf.c | |
| parent | 267c437ee25635961914e11fab9756307c7291e4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/printf/printf.c')
| -rw-r--r-- | usr.bin/printf/printf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 4c787834f636..f135f569fdf6 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 <sys/types.h> @@ -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; |
