From d9bf839744f3d3b5b051a24bab0955679b49aca8 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 31 Jan 2002 13:44:36 +0000 Subject: [PATCH] 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. :-( --- contrib/nvi/vi/vs_line.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/nvi/vi/vs_line.c b/contrib/nvi/vi/vs_line.c index b7e8e1697118..dd8dba521994 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