diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 21:11:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 21:11:01 +0000 |
commit | e312077ae1ec01c523f2ad25503fc16829388a79 (patch) | |
tree | 97365259b59bf6c1ed414aa8893af759eda269ff /comms/echolinux/files/patch-echolinux_vox.c | |
parent | Forgot to commit the patch for AT90USB647. (diff) |
- Update to 0.17a
PR: ports/94700
Submitted by: Diane Bruce <db@db.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=157801
Diffstat (limited to 'comms/echolinux/files/patch-echolinux_vox.c')
-rw-r--r-- | comms/echolinux/files/patch-echolinux_vox.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/echolinux/files/patch-echolinux_vox.c b/comms/echolinux/files/patch-echolinux_vox.c deleted file mode 100644 index 1d0e83647de6..000000000000 --- a/comms/echolinux/files/patch-echolinux_vox.c +++ /dev/null @@ -1,11 +0,0 @@ ---- echolinux/vox.c.orig Tue Feb 3 01:12:09 2004 -+++ echolinux/vox.c Fri Jul 2 00:58:47 2004 -@@ -546,7 +546,7 @@ - timeout.tv_sec = 1; - timeout.tv_usec = 0; - for(i=0;i<4;i++){ -- temp = &(voicePacket->data); -+ temp = (unsigned char *)&(voicePacket->data); - gsm_decode(gsmh, temp+(i*33), sbuff); - ioctl(audiofd, SNDCTL_DSP_GETOSPACE, &info); - while(info.bytes < 320){ |