summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint2
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-04-20 09:33:57 +0000
committerasmodai <asmodai@FreeBSD.org>2001-04-20 09:33:57 +0000
commitc6f8831e8eb6cbbca16ff76fcfef1725228a9ece (patch)
tree149792cc8c37b54be7350be4dc42e8ada4be51f1 /usr.bin/xlint/lint2
parent606407fff3efaf1eb28e271434d1515cbbf78461 (diff)
downloadFreeBSD-src-c6f8831e8eb6cbbca16ff76fcfef1725228a9ece.zip
FreeBSD-src-c6f8831e8eb6cbbca16ff76fcfef1725228a9ece.tar.gz
Add $FreeBSD$ to the files which didn't have it yet.
Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde]
Diffstat (limited to 'usr.bin/xlint/lint2')
-rw-r--r--usr.bin/xlint/lint2/mem2.c2
-rw-r--r--usr.bin/xlint/lint2/read.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint2/mem2.c b/usr.bin/xlint/lint2/mem2.c
index ed97c6f..ac1137f 100644
--- a/usr.bin/xlint/lint2/mem2.c
+++ b/usr.bin/xlint/lint2/mem2.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$NetBSD: mem2.c,v 1.3 1995/10/02 17:27:11 jpo Exp $";
+static char rcsid[] = "$FreeBSD$";
#endif
#include <sys/param.h>
diff --git a/usr.bin/xlint/lint2/read.c b/usr.bin/xlint/lint2/read.c
index 6498a5c..99e8aae 100644
--- a/usr.bin/xlint/lint2/read.c
+++ b/usr.bin/xlint/lint2/read.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$NetBSD: read.c,v 1.2 1995/07/03 21:24:59 cgd Exp $";
+static char rcsid[] = "$FreeBSD$";
#endif
#include <stdio.h>
OpenPOWER on IntegriCloud