4a9a882428
- Add MacOS X to version_local() - unix/configure: Init LFLAGS1 to "", MacOS X doesn't like -s - rename errors array to ziperrors to avoid MacOS X library clash
13 lines
371 B
Text
13 lines
371 B
Text
$NetBSD: patch-ag,v 1.1 2002/04/18 16:42:31 yyamano Exp $
|
|
|
|
--- zipsplit.c.orig Sat Mar 2 19:45:34 2002
|
|
+++ zipsplit.c
|
|
@@ -139,7 +139,7 @@
|
|
{
|
|
if (PERR(c))
|
|
perror("zipsplit error");
|
|
- fprintf(stderr, "zipsplit error: %s (%s)\n", errors[c-1], h);
|
|
+ fprintf(stderr, "zipsplit error: %s (%s)\n", ziperrors[c-1], h);
|
|
if (indexmade)
|
|
{
|
|
strcpy(name, INDEX);
|