From 01ea63e2130fc89ef4b6bc40cf4f92b9a540058f Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 4 Sep 2000 06:11:25 +0000 Subject: When we have both a rcsid and sccsid, ifdef 0 the sccsid. This appears to be the standard FreeBSD way to do this. style(9) is silent about this, however. --- usr.bin/printf/printf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/printf') 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 */ -- cgit v1.1