diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-09-13 15:56:37 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-09-13 15:56:37 +0000 |
| commit | 7c96dd15810e82bfbba46cf710a8f680f5ff8954 (patch) | |
| tree | 0fad36067a52c21433b6f67ae964e771895b328c /libexec/makewhatis/makewhatis.c | |
| parent | ba9dd2c1726b26765302c2c545a63a486956d849 (diff) | |
Rename man/config.{c,h} to man/manconf.{c,h}, so we don't have to
worry about problems including "config.h" when building as a host
tool.
Diffstat (limited to 'libexec/makewhatis/makewhatis.c')
| -rw-r--r-- | libexec/makewhatis/makewhatis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/makewhatis/makewhatis.c b/libexec/makewhatis/makewhatis.c index b076192b170..4bcbb7e772a 100644 --- a/libexec/makewhatis/makewhatis.c +++ b/libexec/makewhatis/makewhatis.c @@ -1,4 +1,4 @@ -/* $NetBSD: makewhatis.c,v 1.25 2002/06/11 09:58:50 tron Exp $ */ +/* $NetBSD: makewhatis.c,v 1.26 2002/09/13 15:56:37 thorpej Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1999 The NetBSD Foundation, Inc.\n\ #endif /* not lint */ #if defined(__RCSID) && !defined(lint) -__RCSID("$NetBSD: makewhatis.c,v 1.25 2002/06/11 09:58:50 tron Exp $"); +__RCSID("$NetBSD: makewhatis.c,v 1.26 2002/09/13 15:56:37 thorpej Exp $"); #endif /* not lint */ #if HAVE_CONFIG_H @@ -71,7 +71,7 @@ __RCSID("$NetBSD: makewhatis.c,v 1.25 2002/06/11 09:58:50 tron Exp $"); #include <unistd.h> #include <zlib.h> -#include <man/config.h> +#include <man/manconf.h> #include <man/pathnames.h> typedef struct manpagestruct manpage; |
