Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.bin/man Pull up revision 1.2 (requested by thorpej ...
details: https://anonhg.NetBSD.org/src/rev/62bd71bcbdd9
branches: netbsd-1-6
changeset: 529254:62bd71bcbdd9
user: he <he%NetBSD.org@localhost>
date: Sun Nov 03 13:59:02 2002 +0000
description:
Pull up revision 1.2 (requested by thorpej in ticket #788):
Pull in config.h when building as a host tool.
diffstat:
usr.bin/man/manconf.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 84715e490e54 -r 62bd71bcbdd9 usr.bin/man/manconf.c
--- a/usr.bin/man/manconf.c Sun Nov 03 13:56:21 2002 +0000
+++ b/usr.bin/man/manconf.c Sun Nov 03 13:59:02 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: manconf.c,v 1.2.2.2 2002/11/03 13:47:55 he Exp $ */
+/* $NetBSD: manconf.c,v 1.2.2.3 2002/11/03 13:59:02 he Exp $ */
/*
* Copyright (c) 1989, 1993, 1995
@@ -33,13 +33,17 @@
* SUCH DAMAGE.
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)config.c 8.8 (Berkeley) 1/31/95";
#else
#if defined(__RCSID)
-__RCSID("$NetBSD: manconf.c,v 1.2.2.2 2002/11/03 13:47:55 he Exp $");
+__RCSID("$NetBSD: manconf.c,v 1.2.2.3 2002/11/03 13:59:02 he Exp $");
#endif
#endif
#endif /* not lint */
Home |
Main Index |
Thread Index |
Old Index