summaryrefslogtreecommitdiff
path: root/lang/mpd/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mpd/patches/patch-bb')
-rw-r--r--lang/mpd/patches/patch-bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/mpd/patches/patch-bb b/lang/mpd/patches/patch-bb
new file mode 100644
index 00000000000..770665c1fe5
--- /dev/null
+++ b/lang/mpd/patches/patch-bb
@@ -0,0 +1,13 @@
+$NetBSD: patch-bb,v 1.1 2005/10/17 19:45:18 is Exp $
+
+--- rts/socket.c.orig 2005-03-02 14:17:00.000000000 +0000
++++ rts/socket.c
+@@ -278,7 +278,7 @@ Pach ph;
+
+ int n, result, my_currfd;
+ static struct sockaddr sockbuff;
+- static size_t buffsize;
++ static socklen_t buffsize;
+ static fd_set readyset; /* fd's with input available. Fortunately,
+ * the only place this is assigned to is
+ * already protected. */