aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-02 09:10:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-02 09:10:14 +0000
commit2ad094d8bc6a2beb58de4d2088357655b6282add (patch)
tree8137fabebf4715f1290df2ab51d03cb09c2a2c28 /lib
parent7a1d55dfd06b0731c2a485c32e2e952a62a9966f (diff)
downloadsrc-2ad094d8bc6a2beb58de4d2088357655b6282add.tar.gz
src-2ad094d8bc6a2beb58de4d2088357655b6282add.zip
Fix SCCS id string abuse I introduced.
Notes
Notes: svn path=/head/; revision=70592
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 3571d79dbbb0..d8a8088ec4fb 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>