mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Consistently use FBSDID
This commit is contained in:
parent
0b541de6f7
commit
77c8bf7cae
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue