summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-02 09:10:14 +0000
committerobrien <obrien@FreeBSD.org>2001-01-02 09:10:14 +0000
commit6ba3379af0792c2648d4ba40cb3a841aa9567c82 (patch)
tree7fdd23fe67c180a7161b282873721b427cf73b7e /lib
parent0383701d9f106a4c08709091a6f9979de3798aeb (diff)
downloadFreeBSD-src-6ba3379af0792c2648d4ba40cb3a841aa9567c82.zip
FreeBSD-src-6ba3379af0792c2648d4ba40cb3a841aa9567c82.tar.gz
Fix SCCS id string abuse I introduced.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/db/recno/rec_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c
index 3571d79..d8a8088 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 <sys/types.h>
OpenPOWER on IntegriCloud