diff options
-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 */ |