diff options
Diffstat (limited to 'lib/libc/db/hash/ndbm.c')
-rw-r--r-- | lib/libc/db/hash/ndbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c index 42ffb1b50ab7..a9c26e8b0d12 100644 --- a/lib/libc/db/hash/ndbm.c +++ b/lib/libc/db/hash/ndbm.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)ndbm.c 8.4 (Berkeley) 7/21/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/hash/ndbm.c,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * This package provides a dbm compatible interface to the new hashing |