diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-09-04 06:11:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-09-04 06:11:25 +0000 |
| commit | c9e0534901067c63cfb77f854689086af4b65ae0 (patch) | |
| tree | c1f7f23c6a58882e2b8ff9e309899f5c8e8d62ea | |
| parent | 62f882d620bdfa783c01626012d69f468ba34e28 (diff) | |
Notes
| -rw-r--r-- | usr.bin/printf/printf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index df65f5a886af..62b8912fa970 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -40,7 +40,9 @@ static char const copyright[] = #endif #ifndef lint +#if 0 static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; +#endif static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ |
