summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-03-02 20:46:12 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-03-02 20:46:25 +1100
commit273f510307bdc1b83b06a6e724893c4a5fe1ff16 (patch)
treefb0dafdd7376ed909d21fa20550fd5ebbf9f49ac /net-misc/capi4hylafax/files
parenteclass/ros-catkin.eclass: Add CATKIN_IN_SOURCE_BUILD support. (diff)
downloadgentoo-273f510307bdc1b83b06a6e724893c4a5fe1ff16.tar.gz
gentoo-273f510307bdc1b83b06a6e724893c4a5fe1ff16.tar.bz2
gentoo-273f510307bdc1b83b06a6e724893c4a5fe1ff16.zip
net-misc/capi4hylafax: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc/capi4hylafax/files')
-rw-r--r--net-misc/capi4hylafax/files/capi4hylafax-01.03.00.99.300.3-recvdev.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/capi4hylafax/files/capi4hylafax-01.03.00.99.300.3-recvdev.diff b/net-misc/capi4hylafax/files/capi4hylafax-01.03.00.99.300.3-recvdev.diff
deleted file mode 100644
index ae56d740c929..000000000000
--- a/net-misc/capi4hylafax/files/capi4hylafax-01.03.00.99.300.3-recvdev.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/faxrecv/recvdev.cpp.orig 2006-08-15 11:13:33.000000000 +0200
-+++ src/faxrecv/recvdev.cpp 2006-10-04 02:09:46.000000000 +0200
-@@ -114,7 +114,7 @@
- CMultiString tmpDDIs;
- CMultiString tmpMSNs;
- CMultiString *pMSNs;
-- tSize FindPos;
-+ tUInt FindPos;
-
- ConfigAssignment_Item CntrlAssignments[] = {
- { "Controller", ConfigAssignment_UInt, &tmpController },
-@@ -162,7 +162,7 @@
- MSNlauf->RemoveChars ((tChar *)" \t_()[]{}\"'`TtPp,.:;");
- if (MSNlauf->IsEmpty() == vFalse) {
- FindPos = MSNlauf->FindChar ('-');
-- if (FindPos == MAXVAL_tSize) {
-+ if (FindPos == MAXVAL_tUInt) {
- dprint ("Add MSN-Value=(%s) ", MSNlauf->GetPointer());
- switch (CIPMSNList.AddMSN (tmpController, MSNlauf)) {
- case iErr_OutOfMemory: