projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include/kernel.mk: enhance built-in/missing modules detection when packaging kmods
[openwrt.git]
/
tools
/
lzma-old
/
patches
/
100-lzma_zlib.patch
diff --git
a/tools/lzma-old/patches/100-lzma_zlib.patch
b/tools/lzma-old/patches/100-lzma_zlib.patch
index
7436cfe
..
32d1263
100644
(file)
--- a/
tools/lzma-old/patches/100-lzma_zlib.patch
+++ b/
tools/lzma-old/patches/100-lzma_zlib.patch
@@
-311,9
+311,9
@@
+ UInt64 m_offset;
+};
+
+ UInt64 m_offset;
+};
+
-+ZEXTERN int ZEXPORT compress2
OF(
(Bytef *dest, uLongf *destLen,
++ZEXTERN int ZEXPORT compress2 (Bytef *dest, uLongf *destLen,
+ const Bytef *source, uLong sourceLen,
+ const Bytef *source, uLong sourceLen,
-+ int level)
)
++ int level)
+{
+ CInMemoryStream *inStreamSpec = new CInMemoryStream(source, sourceLen);
+ CMyComPtr<ISequentialInStream> inStream = inStreamSpec;
+{
+ CInMemoryStream *inStreamSpec = new CInMemoryStream(source, sourceLen);
+ CMyComPtr<ISequentialInStream> inStream = inStreamSpec;
@@
-374,8
+374,8
@@
+ return Z_OK;
+}
+
+ return Z_OK;
+}
+
-+ZEXTERN int ZEXPORT uncompress
OF(
(Bytef *dest, uLongf *destLen,
-+ const Bytef *source, uLong sourceLen)
)
++ZEXTERN int ZEXPORT uncompress (Bytef *dest, uLongf *destLen,
++ const Bytef *source, uLong sourceLen)
+{
+ CInMemoryStream *inStreamSpec = new CInMemoryStream(source, sourceLen);
+ CMyComPtr<ISequentialInStream> inStream = inStreamSpec;
+{
+ CInMemoryStream *inStreamSpec = new CInMemoryStream(source, sourceLen);
+ CMyComPtr<ISequentialInStream> inStream = inStreamSpec;
This page took
0.020041 seconds
and
4
git commands to generate.