diff options
| author | christos <christos@NetBSD.org> | 1997-07-13 19:43:28 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-07-13 19:43:28 +0000 |
| commit | 3e24b5bccd27eac31f766ff006abfc8a770dffd8 (patch) | |
| tree | 8c43674c97ae53442bf75dc5d3675c84a90985f6 /lib | |
| parent | 7df7f83e929ecdad0513eea7f84851f827de3a67 (diff) | |
Use "namespace.h"
Fix RCSID's
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/vwarn.c | 6 | ||||
| -rw-r--r-- | lib/libc/gen/vwarnx.c | 6 | ||||
| -rw-r--r-- | lib/libc/gen/warn.c | 6 | ||||
| -rw-r--r-- | lib/libc/gen/warnx.c | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/lib/libc/gen/vwarn.c b/lib/libc/gen/vwarn.c index 52d4a9320e0..5b1dbcd5eea 100644 --- a/lib/libc/gen/vwarn.c +++ b/lib/libc/gen/vwarn.c @@ -1,4 +1,4 @@ -/* $NetBSD: vwarn.c,v 1.1 1996/04/15 23:45:38 jtc Exp $ */ +/* $NetBSD: vwarn.c,v 1.2 1997/07/13 19:43:28 christos Exp $ */ /*- * Copyright (c) 1993 @@ -33,14 +33,16 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: vwarn.c,v 1.1 1996/04/15 23:45:38 jtc Exp $"; +__RCSID("$NetBSD: vwarn.c,v 1.2 1997/07/13 19:43:28 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ +#include "namespace.h" #include <err.h> #include <errno.h> #include <stdio.h> diff --git a/lib/libc/gen/vwarnx.c b/lib/libc/gen/vwarnx.c index 906eb0e9576..ad40be71850 100644 --- a/lib/libc/gen/vwarnx.c +++ b/lib/libc/gen/vwarnx.c @@ -1,4 +1,4 @@ -/* $NetBSD: vwarnx.c,v 1.1 1996/04/15 23:45:40 jtc Exp $ */ +/* $NetBSD: vwarnx.c,v 1.2 1997/07/13 19:43:29 christos Exp $ */ /*- * Copyright (c) 1993 @@ -33,14 +33,16 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: vwarnx.c,v 1.1 1996/04/15 23:45:40 jtc Exp $"; +__RCSID("$NetBSD: vwarnx.c,v 1.2 1997/07/13 19:43:29 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ +#include "namespace.h" #include <err.h> #include <stdio.h> diff --git a/lib/libc/gen/warn.c b/lib/libc/gen/warn.c index fbd269484cf..b9058471f69 100644 --- a/lib/libc/gen/warn.c +++ b/lib/libc/gen/warn.c @@ -1,4 +1,4 @@ -/* $NetBSD: warn.c,v 1.1 1996/04/15 23:45:42 jtc Exp $ */ +/* $NetBSD: warn.c,v 1.2 1997/07/13 19:44:30 christos Exp $ */ /*- * Copyright (c) 1993 @@ -33,14 +33,16 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: warn.c,v 1.1 1996/04/15 23:45:42 jtc Exp $"; +__RCSID("$NetBSD: warn.c,v 1.2 1997/07/13 19:44:30 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ +#include "namespace.h" #include <err.h> #ifdef __STDC__ diff --git a/lib/libc/gen/warnx.c b/lib/libc/gen/warnx.c index 397fef0ea37..429d57922d9 100644 --- a/lib/libc/gen/warnx.c +++ b/lib/libc/gen/warnx.c @@ -1,4 +1,4 @@ -/* $NetBSD: warnx.c,v 1.1 1996/04/15 23:45:44 jtc Exp $ */ +/* $NetBSD: warnx.c,v 1.2 1997/07/13 19:44:31 christos Exp $ */ /*- * Copyright (c) 1993 @@ -33,14 +33,16 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$NetBSD: warnx.c,v 1.1 1996/04/15 23:45:44 jtc Exp $"; +__RCSID("$NetBSD: warnx.c,v 1.2 1997/07/13 19:44:31 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ +#include "namespace.h" #include <err.h> #ifdef __STDC__ |
