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/libc/gen/warn.c | |
| parent | 7df7f83e929ecdad0513eea7f84851f827de3a67 (diff) | |
Use "namespace.h"
Fix RCSID's
Diffstat (limited to 'lib/libc/gen/warn.c')
| -rw-r--r-- | lib/libc/gen/warn.c | 6 |
1 files changed, 4 insertions, 2 deletions
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__ |
