Fix previous to actually include config.h.

This commit is contained in:
tv 2002-01-28 23:01:43 +00:00
parent 7cf69379df
commit a6d1338ee0
8 changed files with 40 additions and 24 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: err.c,v 1.17 2002/01/28 22:45:28 tv Exp $ */
/* $NetBSD: err.c,v 1.18 2002/01/28 23:01:43 tv Exp $ */
/*-
* Copyright (c) 1993
@ -38,14 +38,16 @@
#if 0
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: err.c,v 1.17 2002/01/28 22:45:28 tv Exp $");
__RCSID("$NetBSD: err.c,v 1.18 2002/01/28 23:01:43 tv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
#ifndef __NO_NAMESPACE_H /* XXX */
#include "namespace.h"
#endif
#if !HAVE_CONFIG_H
#if HAVE_CONFIG_H
#include "config.h"
#else
#include <err.h>
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: errx.c,v 1.5 2002/01/28 22:45:28 tv Exp $ */
/* $NetBSD: errx.c,v 1.6 2002/01/28 23:01:43 tv Exp $ */
/*-
* Copyright (c) 1993
@ -38,14 +38,16 @@
#if 0
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: errx.c,v 1.5 2002/01/28 22:45:28 tv Exp $");
__RCSID("$NetBSD: errx.c,v 1.6 2002/01/28 23:01:43 tv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
#ifndef __NO_NAMESPACE_H /* XXX */
#include "namespace.h"
#endif
#if !HAVE_CONFIG_H
#if HAVE_CONFIG_H
#include "config.h"
#else
#include <err.h>
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: verr.c,v 1.7 2002/01/28 22:45:28 tv Exp $ */
/* $NetBSD: verr.c,v 1.8 2002/01/28 23:01:43 tv Exp $ */
/*-
* Copyright (c) 1993
@ -38,14 +38,16 @@
#if 0
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: verr.c,v 1.7 2002/01/28 22:45:28 tv Exp $");
__RCSID("$NetBSD: verr.c,v 1.8 2002/01/28 23:01:43 tv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
#ifndef __NO_NAMESPACE_H /* XXX */
#include "namespace.h"
#endif
#if !HAVE_CONFIG_H
#if HAVE_CONFIG_H
#include "config.h"
#else
#include <err.h>
#endif
#include <errno.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: verrx.c,v 1.7 2002/01/28 22:45:28 tv Exp $ */
/* $NetBSD: verrx.c,v 1.8 2002/01/28 23:01:43 tv Exp $ */
/*-
* Copyright (c) 1993
@ -38,14 +38,16 @@
#if 0
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: verrx.c,v 1.7 2002/01/28 22:45:28 tv Exp $");
__RCSID("$NetBSD: verrx.c,v 1.8 2002/01/28 23:01:43 tv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
#ifndef __NO_NAMESPACE_H /* XXX */
#include "namespace.h"
#endif
#if !HAVE_CONFIG_H
#if HAVE_CONFIG_H
#include "config.h"
#else
#include <err.h>
#endif
#include <stdio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vwarn.c,v 1.7 2002/01/28 22:45:29 tv Exp $ */
/* $NetBSD: vwarn.c,v 1.8 2002/01/28 23:01:43 tv Exp $ */
/*-
* Copyright (c) 1993
@ -38,14 +38,16 @@
#if 0
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: vwarn.c,v 1.7 2002/01/28 22:45:29 tv Exp $");
__RCSID("$NetBSD: vwarn.c,v 1.8 2002/01/28 23:01:43 tv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
#ifndef __NO_NAMESPACE_H /* XXX */
#include "namespace.h"
#endif
#if !HAVE_CONFIG_H
#if HAVE_CONFIG_H
#include "config.h"
#else
#include <err.h>
#endif
#include <errno.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vwarnx.c,v 1.7 2002/01/28 22:45:29 tv Exp $ */
/* $NetBSD: vwarnx.c,v 1.8 2002/01/28 23:01:43 tv Exp $ */
/*-
* Copyright (c) 1993
@ -38,14 +38,16 @@
#if 0
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: vwarnx.c,v 1.7 2002/01/28 22:45:29 tv Exp $");
__RCSID("$NetBSD: vwarnx.c,v 1.8 2002/01/28 23:01:43 tv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
#ifndef __NO_NAMESPACE_H /* XXX */
#include "namespace.h"
#endif
#if !HAVE_CONFIG_H
#if HAVE_CONFIG_H
#include "config.h"
#else
#include <err.h>
#endif
#include <stdio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: warn.c,v 1.5 2002/01/28 22:45:29 tv Exp $ */
/* $NetBSD: warn.c,v 1.6 2002/01/28 23:01:43 tv Exp $ */
/*-
* Copyright (c) 1993
@ -38,14 +38,16 @@
#if 0
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: warn.c,v 1.5 2002/01/28 22:45:29 tv Exp $");
__RCSID("$NetBSD: warn.c,v 1.6 2002/01/28 23:01:43 tv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
#ifndef __NO_NAMESPACE_H /* XXX */
#include "namespace.h"
#endif
#if !HAVE_CONFIG_H
#if HAVE_CONFIG_H
#include "config.h"
#else
#include <err.h>
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: warnx.c,v 1.5 2002/01/28 22:45:29 tv Exp $ */
/* $NetBSD: warnx.c,v 1.6 2002/01/28 23:01:43 tv Exp $ */
/*-
* Copyright (c) 1993
@ -38,14 +38,16 @@
#if 0
static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: warnx.c,v 1.5 2002/01/28 22:45:29 tv Exp $");
__RCSID("$NetBSD: warnx.c,v 1.6 2002/01/28 23:01:43 tv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
#ifndef __NO_NAMESPACE_H /* XXX */
#include "namespace.h"
#endif
#if !HAVE_CONFIG_H
#if HAVE_CONFIG_H
#include "config.h"
#else
#include <err.h>
#endif