summaryrefslogtreecommitdiff
path: root/audio/nas/files/patch-clients_audio_auphone_auphone.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/nas/files/patch-clients_audio_auphone_auphone.c')
-rw-r--r--audio/nas/files/patch-clients_audio_auphone_auphone.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/nas/files/patch-clients_audio_auphone_auphone.c b/audio/nas/files/patch-clients_audio_auphone_auphone.c
index a548c98f2840..340489fc715e 100644
--- a/audio/nas/files/patch-clients_audio_auphone_auphone.c
+++ b/audio/nas/files/patch-clients_audio_auphone_auphone.c
@@ -1,5 +1,5 @@
---- clients/audio/auphone/auphone.c.orig 2007-06-16 23:03:12.000000000 +0400
-+++ clients/audio/auphone/auphone.c 2008-05-14 22:44:05.000000000 +0400
+--- clients/audio/auphone/auphone.c.orig 2013-10-07 17:05:48 UTC
++++ clients/audio/auphone/auphone.c
@@ -27,6 +27,7 @@
* $NCDId: @(#)auphone.c,v 1.10 1996/05/07 20:13:12 greg Exp $
*/
@@ -8,7 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
-@@ -219,13 +220,12 @@
+@@ -219,13 +220,12 @@ extern char *ringinData,
*ringoutData,
*busyData;
@@ -23,7 +23,7 @@
}
static void
-@@ -237,7 +237,7 @@
+@@ -237,7 +237,7 @@ readData(GlobalDataPtr g, AuElementNotif
{
g->bufSize = e->num_bytes;
@@ -32,7 +32,7 @@
fatalError("malloc failed", NULL);
}
else
-@@ -249,8 +249,8 @@
+@@ -249,8 +249,8 @@ readData(GlobalDataPtr g, AuElementNotif
g->bufSize += e->num_bytes;
@@ -43,7 +43,7 @@
}
n = AuReadElement(g->local.aud, e->flow, e->element_num, e->num_bytes,
-@@ -871,7 +871,7 @@
+@@ -871,7 +871,7 @@ static void
adjustVolume(Widget w, XtPointer gp, XtPointer volp)
{
GlobalDataPtr g = (GlobalDataPtr)gp;
@@ -52,7 +52,7 @@
AuElementParameters parms;
if (!g->local.volFlow)
-@@ -890,7 +890,7 @@
+@@ -890,7 +890,7 @@ static void
adjustInputGain(Widget w, XtPointer gp, XtPointer gainp)
{
GlobalDataPtr g = (GlobalDataPtr)gp;
@@ -61,7 +61,7 @@
ServerPtr l = &g->local;
AuDeviceAttributes da;
-@@ -1065,7 +1065,7 @@
+@@ -1065,7 +1065,7 @@ initLocalAudioServer(GlobalDataPtr g, ch
if (!(s = SoundOpenFileForReading(ring)))
fatalError("Can't open ring %s", ring);