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.29 (requested by thorpej...



details:   https://anonhg.NetBSD.org/src/rev/02fd1c54b0e4
branches:  netbsd-1-6
changeset: 529250:02fd1c54b0e4
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 13:49:13 2002 +0000

description:
Pull up revision 1.29 (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:

 usr.bin/man/man.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 46f87845319f -r 02fd1c54b0e4 usr.bin/man/man.c
--- a/usr.bin/man/man.c Sun Nov 03 13:48:19 2002 +0000
+++ b/usr.bin/man/man.c Sun Nov 03 13:49:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: man.c,v 1.27 2002/03/14 05:24:14 groo Exp $    */
+/*     $NetBSD: man.c,v 1.27.2.1 2002/11/03 13:49:13 he Exp $  */
 
 /*
  * Copyright (c) 1987, 1993, 1994, 1995
@@ -44,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)man.c      8.17 (Berkeley) 1/31/95";
 #else
-__RCSID("$NetBSD: man.c,v 1.27 2002/03/14 05:24:14 groo Exp $");
+__RCSID("$NetBSD: man.c,v 1.27.2.1 2002/11/03 13:49:13 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -64,7 +64,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "config.h"
+#include "manconf.h"
 #include "pathnames.h"
 
 int f_all, f_where;



Home | Main Index | Thread Index | Old Index