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.25 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/30bf4b79c148
branches: netbsd-1-6
changeset: 529279:30bf4b79c148
user: he <he%NetBSD.org@localhost>
date: Sun Nov 03 19:47:19 2002 +0000
description:
Pull up revision 1.25 (requested by he in ticket #787):
Make these compile again, after the changes in ticket #787.
diffstat:
libexec/makewhatis/makewhatis.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b49680bd491a -r 30bf4b79c148 libexec/makewhatis/makewhatis.c
--- a/libexec/makewhatis/makewhatis.c Sun Nov 03 19:46:51 2002 +0000
+++ b/libexec/makewhatis/makewhatis.c Sun Nov 03 19:47:19 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: makewhatis.c,v 1.24.2.1 2002/11/03 13:55:55 he Exp $ */
+/* $NetBSD: makewhatis.c,v 1.24.2.2 2002/11/03 19:47:19 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.2.1 2002/11/03 13:55:55 he Exp $");
+__RCSID("$NetBSD: makewhatis.c,v 1.24.2.2 2002/11/03 19:47:19 he Exp $");
#endif /* not lint */
#if HAVE_CONFIG_H
@@ -164,7 +164,7 @@
* if man.conf not available.
*/
config(conffile);
- if ((tp = getlist("_whatdb")) == NULL) {
+ if ((tp = getlist("_whatdb", 0)) == NULL) {
manpath = default_manpath;
goto mkwhatis;
}
Home |
Main Index |
Thread Index |
Old Index