Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/whatis config.[ch] -> manconf.[ch]



details:   https://anonhg.NetBSD.org/src/rev/6b2c34017df4
branches:  trunk
changeset: 536362:6b2c34017df4
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Sep 13 20:27:52 2002 +0000

description:
config.[ch] -> manconf.[ch]

diffstat:

 usr.bin/whatis/Makefile |  4 ++--
 usr.bin/whatis/whatis.c |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 3cbe9ac9e85f -r 6b2c34017df4 usr.bin/whatis/Makefile
--- a/usr.bin/whatis/Makefile   Fri Sep 13 20:16:40 2002 +0000
+++ b/usr.bin/whatis/Makefile   Fri Sep 13 20:27:52 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.6 2002/03/08 20:23:11 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.7 2002/09/13 20:27:52 mycroft Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  whatis
-SRCS=  whatis.c config.c
+SRCS=  whatis.c manconf.c
 .PATH: ${.CURDIR}/../man
 CPPFLAGS+=-I${.CURDIR}/..
 
diff -r 3cbe9ac9e85f -r 6b2c34017df4 usr.bin/whatis/whatis.c
--- a/usr.bin/whatis/whatis.c   Fri Sep 13 20:16:40 2002 +0000
+++ b/usr.bin/whatis/whatis.c   Fri Sep 13 20:27:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: whatis.c,v 1.15 2002/06/11 07:19:01 lukem Exp $        */
+/*     $NetBSD: whatis.c,v 1.16 2002/09/13 20:27:53 mycroft Exp $      */
 
 /*
  * Copyright (c) 1987, 1993
@@ -44,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)whatis.c   8.5 (Berkeley) 1/2/94";
 #else
-__RCSID("$NetBSD: whatis.c,v 1.15 2002/06/11 07:19:01 lukem Exp $");
+__RCSID("$NetBSD: whatis.c,v 1.16 2002/09/13 20:27:53 mycroft Exp $");
 #endif
 #endif /* not lint */
 
@@ -59,7 +59,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include <man/config.h>
+#include <man/manconf.h>
 #include <man/pathnames.h>
 
 #define        MAXLINELEN      8192                    /* max line handled */



Home | Main Index | Thread Index | Old Index