diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-07-04 01:02:23 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-07-04 01:02:23 +0000 |
| commit | 339f3b3bcfc7e53e9af64b772d34ce538433b5f1 (patch) | |
| tree | 5b90a7b81c684cd84edf94a87da5b85607492f63 /usr.bin/printf/printf.c | |
| parent | ac26ebc13c9784ccd9a2dae348651cd3b3f94c31 (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; |
