diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-03 22:31:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-03 22:31:54 +0000 |
commit | bb06060423cc08610153442f353714f71f3aad90 (patch) | |
tree | 2b842fe7811f321ddff016f661119a599bffb252 /audio/ccaudio2/files/patch-src:dtmf.cpp | |
parent | - Chase commoncpp shlib bump (diff) |
- Update to 1.1.3
PR: ports/81848
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=136763
Diffstat (limited to 'audio/ccaudio2/files/patch-src:dtmf.cpp')
-rw-r--r-- | audio/ccaudio2/files/patch-src:dtmf.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/ccaudio2/files/patch-src:dtmf.cpp b/audio/ccaudio2/files/patch-src:dtmf.cpp deleted file mode 100644 index 48d1c35a3e3e..000000000000 --- a/audio/ccaudio2/files/patch-src:dtmf.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/dtmf.cpp.orig Wed Jul 23 19:52:40 2003 -+++ src/dtmf.cpp Fri Mar 12 09:08:50 2004 -@@ -27,9 +27,9 @@ - // - - #include <math.h> --#include <stdint.h> - #include <string.h> - #include <stdio.h> -+#include <stdlib.h> - #include <time.h> - #include <fcntl.h> - #include "audio.h" |