summaryrefslogtreecommitdiff
path: root/archivers/lha
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-12-01 04:19:00 +0000
committertv <tv@pkgsrc.org>1998-12-01 04:19:00 +0000
commitb9894209a6e715c50becafd203d75e956745b816 (patch)
treefce5a26ee0f1a1e8f7141666caa553ab58ee4e05 /archivers/lha
parent159844d752368d7e08030e11261ceb0efc44476c (diff)
downloadpkgsrc-b9894209a6e715c50becafd203d75e956745b816.tar.gz
Eliminate malloc() cast warnings on LP64.
Diffstat (limited to 'archivers/lha')
-rw-r--r--archivers/lha/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/lha/patches/patch-ac b/archivers/lha/patches/patch-ac
new file mode 100644
index 00000000000..819e2a11db3
--- /dev/null
+++ b/archivers/lha/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 1998/12/01 04:19:00 tv Exp $
+
+--- src/lha.h.orig Mon Nov 30 23:13:56 1998
++++ src/lha.h Mon Nov 30 23:14:25 1998
+@@ -10,6 +10,7 @@
+ lharc.h interface.h slidehuf.h
+ */
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <errno.h>
+ #include <ctype.h>
+ #include <sys/types.h>