diff options
Diffstat (limited to 'lib/libc/db')
| -rw-r--r-- | lib/libc/db/hash/hash.c | 5 | ||||
| -rw-r--r-- | lib/libc/db/hash/hash_page.c | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/db/hash/hash.c b/lib/libc/db/hash/hash.c index 9f2c9c055a9..4dff2cc7d0e 100644 --- a/lib/libc/db/hash/hash.c +++ b/lib/libc/db/hash/hash.c @@ -1,4 +1,4 @@ -/* $NetBSD: hash.c,v 1.13 1998/06/30 21:30:52 thorpej Exp $ */ +/* $NetBSD: hash.c,v 1.14 1998/10/14 12:09:14 kleink Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -41,10 +41,11 @@ #if 0 static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94"; #else -__RCSID("$NetBSD: hash.c,v 1.13 1998/06/30 21:30:52 thorpej Exp $"); +__RCSID("$NetBSD: hash.c,v 1.14 1998/10/14 12:09:14 kleink Exp $"); #endif #endif /* LIBC_SCCS and not lint */ +#include "namespace.h" #include <sys/param.h> #include <sys/stat.h> diff --git a/lib/libc/db/hash/hash_page.c b/lib/libc/db/hash/hash_page.c index c9aa9e75b86..dbf7c3ea3cb 100644 --- a/lib/libc/db/hash/hash_page.c +++ b/lib/libc/db/hash/hash_page.c @@ -1,4 +1,4 @@ -/* $NetBSD: hash_page.c,v 1.11 1998/07/26 14:05:20 mycroft Exp $ */ +/* $NetBSD: hash_page.c,v 1.12 1998/10/14 12:06:49 kleink Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)hash_page.c 8.7 (Berkeley) 8/16/94"; #else -__RCSID("$NetBSD: hash_page.c,v 1.11 1998/07/26 14:05:20 mycroft Exp $"); +__RCSID("$NetBSD: hash_page.c,v 1.12 1998/10/14 12:06:49 kleink Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -61,6 +61,8 @@ __RCSID("$NetBSD: hash_page.c,v 1.11 1998/07/26 14:05:20 mycroft Exp $"); * open_temp */ +#include "namespace.h" + #include <sys/types.h> #include <errno.h> |
