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

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>