summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-as
diff options
context:
space:
mode:
authorgrant <grant>2003-09-25 03:38:30 +0000
committergrant <grant>2003-09-25 03:38:30 +0000
commitc54184aa690815576d14cbb5e7dc005efcf049ef (patch)
treef8d9be108b07cab971c8eadf3a2fcc0d9ba51632 /comms/hylafax/patches/patch-as
parentf9a67f76d5a928aab1886ef53fc9470b67d3122a (diff)
downloadpkgsrc-c54184aa690815576d14cbb5e7dc005efcf049ef.tar.gz
remove patches which shouldn't be here (hi, abs!)
Diffstat (limited to 'comms/hylafax/patches/patch-as')
-rw-r--r--comms/hylafax/patches/patch-as13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/hylafax/patches/patch-as b/comms/hylafax/patches/patch-as
deleted file mode 100644
index 51ed1a9364d..00000000000
--- a/comms/hylafax/patches/patch-as
+++ /dev/null
@@ -1,13 +0,0 @@
-$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)
- {