diff options
author | obrien <obrien@FreeBSD.org> | 2001-01-02 09:10:14 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-01-02 09:10:14 +0000 |
commit | 6ba3379af0792c2648d4ba40cb3a841aa9567c82 (patch) | |
tree | 7fdd23fe67c180a7161b282873721b427cf73b7e /lib/libc/db/recno | |
parent | 0383701d9f106a4c08709091a6f9979de3798aeb (diff) | |
download | FreeBSD-src-6ba3379af0792c2648d4ba40cb3a841aa9567c82.zip FreeBSD-src-6ba3379af0792c2648d4ba40cb3a841aa9567c82.tar.gz |
Fix SCCS id string abuse I introduced.
Diffstat (limited to 'lib/libc/db/recno')
-rw-r--r-- | lib/libc/db/recno/rec_get.c | 2 |
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> |