Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/libexec/makewhatis Pull up revision 1.26 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/9303d437cb1b
branches:  netbsd-1-6
changeset: 529252:9303d437cb1b
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 13:55:55 2002 +0000

description:
Pull up revision 1.26 (requested by thorpej in ticket #787):
  Rename man/config.{c,h} to man/manconf.{c,h}, so we do not
  have to worry about problems including "config.h" when
  building as a host tool.

diffstat:

 libexec/makewhatis/makewhatis.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 38496d74f251 -r 9303d437cb1b libexec/makewhatis/makewhatis.c
--- a/libexec/makewhatis/makewhatis.c   Sun Nov 03 13:55:31 2002 +0000
+++ b/libexec/makewhatis/makewhatis.c   Sun Nov 03 13:55:55 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makewhatis.c,v 1.24 2002/03/10 20:36:10 jdolecek Exp $ */
+/*     $NetBSD: makewhatis.c,v 1.24.2.1 2002/11/03 13:55:55 he Exp $   */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
 #endif /* not lint */
 
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: makewhatis.c,v 1.24 2002/03/10 20:36:10 jdolecek Exp $");
+__RCSID("$NetBSD: makewhatis.c,v 1.24.2.1 2002/11/03 13:55:55 he Exp $");
 #endif /* not lint */
 
 #if HAVE_CONFIG_H
@@ -71,7 +71,7 @@
 #include <unistd.h>
 #include <zlib.h>
 
-#include <man/config.h>
+#include <man/manconf.h>
 #include <man/pathnames.h>
 
 typedef struct manpagestruct manpage;



Home | Main Index | Thread Index | Old Index