mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Fix SCCS id string abuse I introduced.
This commit is contained in:
parent
7a1d55dfd0
commit
2ad094d8bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70592
@ -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 New Issue
Block a user