Add or fix FreeBSD IDs.

This commit is contained in:
David E. O'Brien 2000-12-09 09:52:52 +00:00
parent a5e1cac0f5
commit 9e50dd7726
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69796
7 changed files with 10 additions and 5 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

@ -33,6 +33,7 @@
* SUCH DAMAGE.
*
* @(#)indent_codes.h 8.1 (Berkeley) 6/6/93
* $FreeBSD$
*/
#define newline 1

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

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

View File

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

View File

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