diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-21 05:22:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-21 05:22:31 +0000 |
commit | f2b8102515116b13536b591d7ee433d5ae2cd55f (patch) | |
tree | 44f411ea3fc85b37bd34f00024f4c9af6e1ca1d3 /www/harvest | |
parent | f2f6aff2180fde8516e8abb087648546a0dcd00f (diff) | |
download | ports-f2b8102515116b13536b591d7ee433d5ae2cd55f.tar.gz ports-f2b8102515116b13536b591d7ee433d5ae2cd55f.zip |
Notes
Diffstat (limited to 'www/harvest')
-rw-r--r-- | www/harvest/files/patch-wp2x.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/harvest/files/patch-wp2x.c b/www/harvest/files/patch-wp2x.c new file mode 100644 index 000000000000..d3fd9005be79 --- /dev/null +++ b/www/harvest/files/patch-wp2x.c @@ -0,0 +1,10 @@ +--- components/gatherer/WordPerfect/wp2x-2.3/wp2x.c.orig Thu Nov 21 11:33:54 2002 ++++ components/gatherer/WordPerfect/wp2x-2.3/wp2x.c Thu Nov 21 13:13:25 2002 +@@ -155,7 +155,6 @@ + extern char *Cdecl sys_errlist[]; + #endif + extern int Cdecl errno; +-extern int Cdecl sys_nerr; + + /************************************************************************/ + /* Some common idioms */ |