summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-25 03:38:30 +0000
committergrant <grant@pkgsrc.org>2003-09-25 03:38:30 +0000
commit67f8cc91e91f301409871acd09dc89c020862c32 (patch)
treef8d9be108b07cab971c8eadf3a2fcc0d9ba51632 /comms
parent5246194e85b4b54f1bca3525838371c484561418 (diff)
downloadpkgsrc-67f8cc91e91f301409871acd09dc89c020862c32.tar.gz
remove patches which shouldn't be here (hi, abs!)
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/patches/patch-as13
-rw-r--r--comms/hylafax/patches/patch-at13
2 files changed, 0 insertions, 26 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)
- {
diff --git a/comms/hylafax/patches/patch-at b/comms/hylafax/patches/patch-at
deleted file mode 100644
index aab89ecae8d..00000000000
--- a/comms/hylafax/patches/patch-at
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-at,v 1.1 2001/05/10 21:00:34 dmcmahill Exp $
-
-fix type mismatch on 64 bit machines
-
---- faxd/FaxModem.h.orig Mon Feb 5 01:32:57 2001
-+++ faxd/FaxModem.h Thu May 10 16:48:05 2001
-@@ -145,5 +145,5 @@
- * Correct if neccessary Phase C (T.4) data (remove extra RTC etc.)
- */
-- void correctPhaseCData(u_char* buf, u_long* pBufSize,
-+ void correctPhaseCData(u_char* buf, uint32* pBufSize,
- u_int fillorder, const Class2Params& params);
- public: