mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
BZ2_ was added recently to all functions in libbz2.a.
This commit is contained in:
parent
b1dd3740d4
commit
ac9cd8d927
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28804
20
security/zebedee/files/patch-ab
Normal file
20
security/zebedee/files/patch-ab
Normal file
@ -0,0 +1,20 @@
|
||||
--- zebedee.c.orig Sat May 27 20:48:35 2000
|
||||
+++ zebedee.c Sat May 27 20:51:13 2000
|
||||
@@ -902,7 +902,7 @@
|
||||
|
||||
case CMPTYPE_BZIP2:
|
||||
#ifndef DONT_HAVE_BZIP2
|
||||
- if ((num = bzBuffToBuffDecompress((char *)(msg->data),
|
||||
+ if ((num = BZ2_bzBuffToBuffDecompress((char *)(msg->data),
|
||||
(unsigned int *)&uncmpSize,
|
||||
(char *)(msg->tmp),
|
||||
(unsigned int)size,
|
||||
@@ -981,7 +981,7 @@
|
||||
|
||||
case CMPTYPE_BZIP2:
|
||||
#ifndef DONT_HAVE_BZIP2
|
||||
- if ((num = bzBuffToBuffCompress((char *)(msg->tmp + 2),
|
||||
+ if ((num = BZ2_bzBuffToBuffCompress((char *)(msg->tmp + 2),
|
||||
(unsigned int *)&cmpSize,
|
||||
(char *)(msg->data),
|
||||
(unsigned int)size,
|
Loading…
x
Reference in New Issue
Block a user