summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2002-01-31 13:44:36 +0000
committersheldonh <sheldonh@FreeBSD.org>2002-01-31 13:44:36 +0000
commitb9c368624058a79e2318f0f4f5aa84b3a8569eee (patch)
treeada2eb271bbf747d1a10dbcbee915bc5fce2e61c /contrib
parent71452012562b4f3f86264c60751b6b4f4fdd5390 (diff)
downloadFreeBSD-src-b9c368624058a79e2318f0f4f5aa84b3a8569eee.zip
FreeBSD-src-b9c368624058a79e2318f0f4f5aa84b3a8569eee.tar.gz
Add $FreeBSD$ CVS Id tag so that I can merge rev 1.1.1.2 from the
vendor branch. This file was taken off the vendor branch in 1998, before we started enforcing the presence of CVS Id tags. :-(
Diffstat (limited to 'contrib')
-rw-r--r--contrib/nvi/vi/vs_line.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/nvi/vi/vs_line.c b/contrib/nvi/vi/vs_line.c
index b7e8e16..dd8dba5 100644
--- a/contrib/nvi/vi/vs_line.c
+++ b/contrib/nvi/vi/vs_line.c
@@ -10,7 +10,11 @@
#include "config.h"
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)vs_line.c 10.19 (Berkeley) 9/26/96";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud