View | Details | Raw Unified | Return to bug 171569
Collapse All | Expand All

(-)boinc-client/files/patch-zip-unzip-extract.c (+11 lines)
Line 0 Link Here
1
--- zip/unzip/extract.c.orig	2012-04-09 13:58:50.000000000 +0300
2
+++ zip/unzip/extract.c		2012-09-12 14:05:07.000000000 +0300
3
@@ -218,7 +218,7 @@
4
 static ZCONST char Far InvalidComprData[] = "invalid compressed data to ";
5
 static ZCONST char Far Inflate[] = "inflate_boinc";
6
 
7
-extern int inflate_boinc(__G__ is_defl64);
8
+extern int inflate_boinc(__GPRO__ int is_defl64);
9
 
10
 #ifndef SFX
11
    static ZCONST char Far Explode[] = "explode";

Return to bug 171569