diff options
| author | kleink <kleink@NetBSD.org> | 1998-10-14 11:56:28 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1998-10-14 11:56:28 +0000 |
| commit | abc6d45e5c44b2e7516cb85c199512e82ea46ae1 (patch) | |
| tree | 58ce6efeb93102e90f5ca02a7f9b3676e606ce2e /lib/libc/db/hash | |
| parent | 03de6ac37b45dcbc363bd5f88cb3c394c63ba4df (diff) | |
Need "namespace.h".
Diffstat (limited to 'lib/libc/db/hash')
| -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> |
