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. :-(
This commit is contained in:
Sheldon Hearn 2002-01-31 13:44:36 +00:00
parent ea018aa260
commit d9bf839744
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90022

View File

@ -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>