1
0
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:
David E. O'Brien 2001-01-02 09:10:14 +00:00
parent 7a1d55dfd0
commit 2ad094d8bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70592

View File

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