Don't abuse the SCCS `@(#)' for RCS.

Requested by:	bde
This commit is contained in:
David E. O'Brien 2000-12-25 01:16:12 +00:00
parent 917d44c856
commit 175f26d6ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70342
6 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@
static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
"@(#)$FreeBSD$";
"$FreeBSD$";
#endif /* not lint */
/*

View File

@ -46,7 +46,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93";
#endif
static const char rcsid[] =
"@(#)$FreeBSD$";
"$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>

View File

@ -38,7 +38,7 @@
static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
"@(#)$FreeBSD$";
"$FreeBSD$";
#endif /* not lint */
#include <ctype.h>

View File

@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93";
static const char rcsid[] =
"@(#)$FreeBSD$";
"$FreeBSD$";
#endif /* not lint */
/*

View File

@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93";
static const char rcsid[] =
"@(#)$FreeBSD$";
"$FreeBSD$";
#endif /* not lint */
#include <stdio.h>

View File

@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93";
static const char rcsid[] =
"@(#)$FreeBSD$";
"$FreeBSD$";
#endif /* not lint */
#include <stdio.h>