aboutsummaryrefslogtreecommitdiff
path: root/palm/pose/files
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-02-17 10:54:05 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-02-17 10:54:05 +0000
commitb2ec0f67ea1830a454307c337fca57a3fb0167ec (patch)
tree78619101973e930c5c491d49286094135d7a7644 /palm/pose/files
parent69c581d35f97f18ab89b09ab0b2ee0bf1b665572 (diff)
Notes
Diffstat (limited to 'palm/pose/files')
-rw-r--r--palm/pose/files/patch-gzip-conflict9
1 files changed, 9 insertions, 0 deletions
diff --git a/palm/pose/files/patch-gzip-conflict b/palm/pose/files/patch-gzip-conflict
new file mode 100644
index 000000000000..5cfe41242e66
--- /dev/null
+++ b/palm/pose/files/patch-gzip-conflict
@@ -0,0 +1,9 @@
+--- ../SrcShared/Gzip/gzip.h.orig Thu Feb 17 11:34:23 2005
++++ ../SrcShared/Gzip/gzip.h Thu Feb 17 11:34:50 2005
+@@ -320,4 +320,6 @@
+ //extern voidp xmalloc OF((unsigned int size)); // POSER
+
+ /* in inflate.c */
++#define inflate POSE_inflate
++#define inflate_codes POSE_inflate_codes
+ extern int inflate OF((void));