diff options
Diffstat (limited to 'usr.bin/printf')
-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 df65f5a..62b8912 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 */ |