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 | |
| parent | 03de6ac37b45dcbc363bd5f88cb3c394c63ba4df (diff) | |
Need "namespace.h".
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/db/hash/hash.c | 5 | ||||
| -rw-r--r-- | lib/libc/db/hash/hash_page.c | 6 | ||||
| -rw-r--r-- | lib/libc/gen/nlist_aout.c | 5 | ||||
| -rw-r--r-- | lib/libc/gen/nlist_ecoff.c | 5 | ||||
| -rw-r--r-- | lib/libc/gen/nlist_elf32.c | 3 | ||||
| -rw-r--r-- | lib/libc/stdio/stdio.c | 5 | ||||
| -rw-r--r-- | lib/libc/sys/getdirentries.c | 3 |
7 files changed, 20 insertions, 12 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> diff --git a/lib/libc/gen/nlist_aout.c b/lib/libc/gen/nlist_aout.c index 48f6f48b54b..6fed39538d6 100644 --- a/lib/libc/gen/nlist_aout.c +++ b/lib/libc/gen/nlist_aout.c @@ -1,4 +1,4 @@ -/* $NetBSD: nlist_aout.c,v 1.6 1998/06/30 20:47:37 thorpej Exp $ */ +/* $NetBSD: nlist_aout.c,v 1.7 1998/10/14 11:56:28 kleink Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -39,10 +39,11 @@ #if 0 static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: nlist_aout.c,v 1.6 1998/06/30 20:47:37 thorpej Exp $"); +__RCSID("$NetBSD: nlist_aout.c,v 1.7 1998/10/14 11:56:28 kleink Exp $"); #endif #endif /* LIBC_SCCS and not lint */ +#include "namespace.h" #include <sys/param.h> #include <sys/mman.h> #include <sys/stat.h> diff --git a/lib/libc/gen/nlist_ecoff.c b/lib/libc/gen/nlist_ecoff.c index 69010748ae6..612777b0a4d 100644 --- a/lib/libc/gen/nlist_ecoff.c +++ b/lib/libc/gen/nlist_ecoff.c @@ -1,4 +1,4 @@ -/* $NetBSD: nlist_ecoff.c,v 1.6 1998/02/03 18:23:48 perry Exp $ */ +/* $NetBSD: nlist_ecoff.c,v 1.7 1998/10/14 12:05:14 kleink Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -32,9 +32,10 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: nlist_ecoff.c,v 1.6 1998/02/03 18:23:48 perry Exp $"); +__RCSID("$NetBSD: nlist_ecoff.c,v 1.7 1998/10/14 12:05:14 kleink Exp $"); #endif /* LIBC_SCCS and not lint */ +#include "namespace.h" #include <sys/param.h> #include <sys/mman.h> #include <sys/stat.h> diff --git a/lib/libc/gen/nlist_elf32.c b/lib/libc/gen/nlist_elf32.c index d77f0d5a4e2..8c1bec7417f 100644 --- a/lib/libc/gen/nlist_elf32.c +++ b/lib/libc/gen/nlist_elf32.c @@ -1,4 +1,4 @@ -/* $NetBSD: nlist_elf32.c,v 1.10 1998/08/10 02:43:09 perry Exp $ */ +/* $NetBSD: nlist_elf32.c,v 1.11 1998/10/14 12:05:14 kleink Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -35,6 +35,7 @@ #define ELFSIZE 32 #endif +#include "namespace.h" #include <sys/param.h> #include <sys/mman.h> #include <sys/stat.h> diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index 92f4eab84fb..7a4c605d14f 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.c,v 1.7 1998/02/03 18:41:22 perry Exp $ */ +/* $NetBSD: stdio.c,v 1.8 1998/10/14 11:56:29 kleink Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -41,10 +41,11 @@ #if 0 static char sccsid[] = "@(#)stdio.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: stdio.c,v 1.7 1998/02/03 18:41:22 perry Exp $"); +__RCSID("$NetBSD: stdio.c,v 1.8 1998/10/14 11:56:29 kleink Exp $"); #endif #endif /* LIBC_SCCS and not lint */ +#include "namespace.h" #include <fcntl.h> #include <unistd.h> #include <stdio.h> diff --git a/lib/libc/sys/getdirentries.c b/lib/libc/sys/getdirentries.c index 9242f528b57..349539c7811 100644 --- a/lib/libc/sys/getdirentries.c +++ b/lib/libc/sys/getdirentries.c @@ -1,4 +1,4 @@ -/* $NetBSD: getdirentries.c,v 1.1 1997/10/10 02:15:56 fvdl Exp $ */ +/* $NetBSD: getdirentries.c,v 1.2 1998/10/14 11:56:29 kleink Exp $ */ /* * Copyright (c) 1997 Frank van der Linden @@ -32,6 +32,7 @@ * SUCH DAMAGE. */ +#include "namespace.h" #include <sys/types.h> #include <dirent.h> #include <unistd.h> |
