summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-as
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-05-10 21:00:33 +0000
committerdmcmahill <dmcmahill>2001-05-10 21:00:33 +0000
commit9f0c998078816f63e6f61863419bbb4aa17d2f1a (patch)
treea1aa7c62dd820eb463e6927e0f4171665e291985 /comms/hylafax/patches/patch-as
parent625e1263df66e265a32ae3f1be8d67f5fb224c2a (diff)
downloadpkgsrc-9f0c998078816f63e6f61863419bbb4aa17d2f1a.tar.gz
fix type mismatch for 64 bit machines. Should not affect 32 bit machines.
Diffstat (limited to 'comms/hylafax/patches/patch-as')
-rw-r--r--comms/hylafax/patches/patch-as13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/hylafax/patches/patch-as b/comms/hylafax/patches/patch-as
new file mode 100644
index 00000000000..51ed1a9364d
--- /dev/null
+++ b/comms/hylafax/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.3 2001/05/10 21:00:34 dmcmahill Exp $
+
+fix type mismatch on 64 bit machines
+
+--- faxd/FaxModem.c++.orig Mon Feb 5 01:32:57 2001
++++ faxd/FaxModem.c++ Thu May 10 16:48:15 2001
+@@ -815,5 +815,5 @@
+
+ void
+-FaxModem::correctPhaseCData(u_char* buf, u_long* pBufSize,
++FaxModem::correctPhaseCData(u_char* buf, uint32* pBufSize,
+ u_int fillorder, const Class2Params& params)
+ {