public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/sleepyhead/files: zlib-of.patch
@ 2012-03-23 20:28 Richard Freeman (rich0)
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Freeman (rich0) @ 2012-03-23 20:28 UTC (permalink / raw
  To: gentoo-commits

rich0       12/03/23 20:28:24

  Removed:              zlib-of.patch
  Log:
  New fix to 409255.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/sleepyhead/files: zlib-of.patch
@ 2012-03-22 13:27 Richard Freeman (rich0)
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Freeman (rich0) @ 2012-03-22 13:27 UTC (permalink / raw
  To: gentoo-commits

rich0       12/03/22 13:27:26

  Added:                zlib-of.patch
  Log:
  fix 409255 - patch for now until upstream direction is clear
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-misc/sleepyhead/files/zlib-of.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/files/zlib-of.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sleepyhead/files/zlib-of.patch?rev=1.1&content-type=text/plain

Index: zlib-of.patch
===================================================================
diff --git a/quazip/ioapi.h b/quazip/ioapi.h
index 716dd4b..a114915 100644
--- a/quazip/ioapi.h
+++ b/quazip/ioapi.h
@@ -37,13 +37,13 @@
 extern "C" {
 #endif
 
-typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, voidpf file, int mode));
-typedef uLong  (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
-typedef uLong  (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
-typedef uLong   (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
-typedef int   (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
-typedef int    (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
-typedef int    (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
+typedef voidpf (ZCALLBACK *open_file_func) _Z_OF((voidpf opaque, voidpf file, int mode));
+typedef uLong  (ZCALLBACK *read_file_func) _Z_OF((voidpf opaque, voidpf stream, void* buf, uLong size));
+typedef uLong  (ZCALLBACK *write_file_func) _Z_OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
+typedef uLong   (ZCALLBACK *tell_file_func) _Z_OF((voidpf opaque, voidpf stream));
+typedef int   (ZCALLBACK *seek_file_func) _Z_OF((voidpf opaque, voidpf stream, uLong offset, int origin));
+typedef int    (ZCALLBACK *close_file_func) _Z_OF((voidpf opaque, voidpf stream));
+typedef int    (ZCALLBACK *testerror_file_func) _Z_OF((voidpf opaque, voidpf stream));
 
 typedef struct zlib_filefunc_def_s
 {
@@ -59,7 +59,7 @@ typedef struct zlib_filefunc_def_s
 
 
 
-void fill_qiodevice_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
+void fill_qiodevice_filefunc _Z_OF((zlib_filefunc_def* pzlib_filefunc_def));
 
 #define ZREAD(filefunc,filestream,buf,size) ((*((filefunc).zread_file))((filefunc).opaque,filestream,buf,size))
 #define ZWRITE(filefunc,filestream,buf,size) ((*((filefunc).zwrite_file))((filefunc).opaque,filestream,buf,size))






^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-23 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-23 20:28 [gentoo-commits] gentoo-x86 commit in app-misc/sleepyhead/files: zlib-of.patch Richard Freeman (rich0)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-22 13:27 Richard Freeman (rich0)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox