diff --unified --recursive /ram/harvest-1.7.36/components/gatherer/WordPerfect/wp2x-2.3/Makefile.in ./harvest-1.7.36/components/gatherer/WordPerfect/wp2x-2.3/Makefile.in --- /ram/harvest-1.7.36/components/gatherer/WordPerfect/wp2x-2.3/Makefile.in Thu Feb 7 23:19:22 2002 +++ ./harvest-1.7.36/components/gatherer/WordPerfect/wp2x-2.3/Makefile.in Tue Aug 27 21:43:43 2002 @@ -34,7 +34,7 @@ all: wp2x wp2x.sh WordPerfect.sum wp2x: $(OBJS) - $(CC) $(CFLAGS) -o wp2x $(OBJS) + $(CC) $(CFLAGS) -o wp2x $(OBJS) /lib/libdcr.a install: all @if test ! -d $(WP2X_DIR); then \ diff --unified --recursive /ram/harvest-1.7.36/components/gatherer/WordPerfect/wp2x-2.3/dopen.c ./harvest-1.7.36/components/gatherer/WordPerfect/wp2x-2.3/dopen.c --- /ram/harvest-1.7.36/components/gatherer/WordPerfect/wp2x-2.3/dopen.c Thu Feb 7 21:30:19 2002 +++ ./harvest-1.7.36/components/gatherer/WordPerfect/wp2x-2.3/dopen.c Tue Aug 27 23:40:55 2002 @@ -41,7 +41,7 @@ #include #include #if HAVE_ALLOCA_H -#include +//#include #endif #ifdef UNIX diff --unified --recursive /ram/harvest-1.7.36/components/gatherer/catdoc/src/confutil.c ./harvest-1.7.36/components/gatherer/catdoc/src/confutil.c --- /ram/harvest-1.7.36/components/gatherer/catdoc/src/confutil.c Wed Jan 30 20:00:58 2002 +++ ./harvest-1.7.36/components/gatherer/catdoc/src/confutil.c Tue Aug 27 21:44:40 2002 @@ -9,7 +9,7 @@ /********************************************************************/ void read_config_file(const char* filename) { - FILE *f=fopen(add_exe_path(filename),"rb"); + FILE *f=fopen(filename,"rb"); char *name,*value,line[1024],*c; int lineno=0; if (!f) return; diff --unified --recursive /ram/harvest-1.7.36/components/gatherer/catdoc/src/substmap.c ./harvest-1.7.36/components/gatherer/catdoc/src/substmap.c --- /ram/harvest-1.7.36/components/gatherer/catdoc/src/substmap.c Wed Jan 30 20:00:58 2002 +++ ./harvest-1.7.36/components/gatherer/catdoc/src/substmap.c Tue Aug 27 21:44:53 2002 @@ -27,7 +27,7 @@ unsigned int uc; - path=find_file(filename,add_exe_path(map_path)); + path=find_file(filename,map_path); if (!path) { free(map); return(NULL); diff --unified --recursive /ram/harvest-1.7.36/components/gatherer/standard/dvi2tty/dvi2tty.c ./harvest-1.7.36/components/gatherer/standard/dvi2tty/dvi2tty.c --- /ram/harvest-1.7.36/components/gatherer/standard/dvi2tty/dvi2tty.c Fri Sep 22 23:52:56 2000 +++ ./harvest-1.7.36/components/gatherer/standard/dvi2tty/dvi2tty.c Tue Aug 27 21:48:00 2002 @@ -215,10 +215,10 @@ int espace; /* to fake calcs with ttywidth */ long foo; /* utility variable, "register" */ -#if !defined(MSDOS) && !defined(VMS) && !defined(THINK_C) && !defined(AMIGA) +//#if !defined(MSDOS) && !defined(VMS) && !defined(THINK_C) && !defined(AMIGA) bool pager; /* tells if output is piped to a pager */ char * path; /* name of the pager to run */ -#endif +//#endif char * progname; /* our name */ int Argc; char ** Argv; diff --unified --recursive /ram/harvest-1.7.36/components/gatherer/standard/pstext/libs/src/sio/sprint.c ./harvest-1.7.36/components/gatherer/standard/pstext/libs/src/sio/sprint.c --- /ram/harvest-1.7.36/components/gatherer/standard/pstext/libs/src/sio/sprint.c Thu Feb 3 12:45:55 2000 +++ ./harvest-1.7.36/components/gatherer/standard/pstext/libs/src/sio/sprint.c Tue Aug 27 21:46:04 2002 @@ -4,6 +4,7 @@ * and conditions for redistribution. */ +#define __NetBSD__ 1 static char RCSid[] = "sprint.c,v 1.3 1995/09/03 00:36:21 duane Exp" ; diff --unified --recursive /ram/harvest-1.7.36/src/broker/main.c ./harvest-1.7.36/src/broker/main.c --- /ram/harvest-1.7.36/src/broker/main.c Fri Jan 21 17:37:33 2000 +++ ./harvest-1.7.36/src/broker/main.c Sat Aug 31 13:26:14 2002 @@ -1,4 +1,7 @@ static char rcsid[] = "$Id: main.c,v 2.5 2000/01/21 17:37:33 sxw Exp $"; + +static const char ver[] = "$VER:Harvest v1.7.36 - Ported By Diego CR"; + /* * main.c -- main module of the Harvest Broker. *