diff options
Diffstat (limited to 'lib/libc/db/hash/ndbm.c')
-rw-r--r-- | lib/libc/db/hash/ndbm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c index ace1fb8b9fa7..b9d663a2de4c 100644 --- a/lib/libc/db/hash/ndbm.c +++ b/lib/libc/db/hash/ndbm.c @@ -32,12 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)ndbm.c 8.4 (Berkeley) 7/21/94"; -#endif /* LIBC_SCCS and not lint */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * This package provides a dbm compatible interface to the new hashing * package described in db(3). |