summaryrefslogtreecommitdiff
path: root/audio/xmmsctrl/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmmsctrl/patches/patch-aa')
-rw-r--r--audio/xmmsctrl/patches/patch-aa17
1 files changed, 13 insertions, 4 deletions
diff --git a/audio/xmmsctrl/patches/patch-aa b/audio/xmmsctrl/patches/patch-aa
index 55d1861d8a2..b5d9555c703 100644
--- a/audio/xmmsctrl/patches/patch-aa
+++ b/audio/xmmsctrl/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/05/09 04:42:46 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2004/06/12 01:05:37 grant Exp $
---- xmmsctrl.c~ Wed Nov 21 18:45:56 2001
-+++ xmmsctrl.c Sun Sep 21 22:34:00 2003
-@@ -38,7 +38,7 @@
+--- xmmsctrl.c.orig 2001-11-22 05:45:56.000000000 +1100
++++ xmmsctrl.c
+@@ -38,7 +38,7 @@ USA.
/* This declaration seems to be missing on my system
* Comment it if your are running Debian
*/
@@ -11,3 +11,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/05/09 04:42:46 minskim Exp $
/* returns true if xmms is playing a stream */
static gboolean is_stream_playing(gint);
+@@ -537,7 +537,7 @@ static void set_dir(gint session, char *
+ * print xmmsctrl help
+ * the dummy variable is used just for convenience
+ */
+-static void print_help(__attribute__ ((unused)) gint dummy) {
++static void print_help(gint dummy) {
+ unsigned int i;
+
+ /* The string is cut to conform to ISO C89 */