summaryrefslogtreecommitdiff
path: root/lang/mpd/patches/patch-bb
blob: 770665c1fe5bf8fa12ec8181b84d1fd1606a30c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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. */