Consistently use FBSDID

This commit is contained in:
David E. O'Brien 2002-06-30 05:34:21 +00:00
parent 0b541de6f7
commit 77c8bf7cae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99115

View File

@ -39,9 +39,9 @@ static const char copyright[] =
"@(#) Copyright (c) 1989, 1993\n\
The Regents of the University of California. All rights reserved.\n";
static const char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95";
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <ctype.h>
#include <err.h>