Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 383431
Collapse All | Expand All

(-)R.orig/R-2.13.1/src/main/unzip.h (+4 lines)
Lines 58-63 Link Here
58
#define ZLIB_FILEFUNC_SEEK_END (2)
58
#define ZLIB_FILEFUNC_SEEK_END (2)
59
#define ZLIB_FILEFUNC_SEEK_SET (0)
59
#define ZLIB_FILEFUNC_SEEK_SET (0)
60
60
61
#ifndef OF
62
#define OF _Z_OF
63
#endif
64
61
#define ZLIB_FILEFUNC_MODE_READ      (1)
65
#define ZLIB_FILEFUNC_MODE_READ      (1)
62
#define ZLIB_FILEFUNC_MODE_WRITE     (2)
66
#define ZLIB_FILEFUNC_MODE_WRITE     (2)
63
#define ZLIB_FILEFUNC_MODE_READWRITEFILTER (3)
67
#define ZLIB_FILEFUNC_MODE_READWRITEFILTER (3)

Return to bug 383431