summaryrefslogtreecommitdiff
path: root/audio/mpg123/patches/patch-aw
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpg123/patches/patch-aw')
-rw-r--r--audio/mpg123/patches/patch-aw13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mpg123/patches/patch-aw b/audio/mpg123/patches/patch-aw
new file mode 100644
index 00000000000..d22aebe6368
--- /dev/null
+++ b/audio/mpg123/patches/patch-aw
@@ -0,0 +1,13 @@
+$NetBSD: patch-aw,v 1.1 2005/10/03 15:17:14 joerg Exp $
+
+--- term.c.orig 2005-10-03 15:20:10.000000000 +0200
++++ term.c
+@@ -90,7 +90,7 @@ static long term_handle_input(struct fra
+ while(n > 0) {
+ fd_set r;
+ struct timeval t;
+- char val;
++ unsigned char val;
+
+ t.tv_sec=0;
+ t.tv_usec=(do_delay) ? 1000 : 0;