From 2ad094d8bc6a2beb58de4d2088357655b6282add Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 2 Jan 2001 09:10:14 +0000 Subject: [PATCH] Fix SCCS id string abuse I introduced. --- lib/libc/db/recno/rec_get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c index 3571d79dbbb..d8a8088ec4f 100644 --- a/lib/libc/db/recno/rec_get.c +++ b/lib/libc/db/recno/rec_get.c @@ -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