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.
This commit is contained in:
Warner Losh
2000-09-04 06:11:25 +00:00
parent 62f882d620
commit c9e0534901
+2
View File
@@ -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 */