mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix SCCS id string abuse I introduced.
This commit is contained in:
parent
7a1d55dfd0
commit
2ad094d8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rec_get.c 8.9 (Berkeley) 8/18/94";
|
|||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#if !defined(lint)
|
||||
static char rcsid[] = "@(#)$FreeBSD$";
|
||||
static char rcsid[] = "$FreeBSD$";
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue