From 47044eb841770cff33be22ba5c037188e1d14030 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 27 Dec 2008 12:03:51 +0000 Subject: Avoid u_ BSD type names. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28197 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/tcp.c b/stream/tcp.c index fd5a849cad..69072f80fa 100644 --- a/stream/tcp.c +++ b/stream/tcp.c @@ -76,7 +76,7 @@ connect2Server_with_af(char *host, int port, int af,int verb) { char buf[255]; #ifdef HAVE_WINSOCK2_H - u_long val; + unsigned long val; int to; #else struct timeval to; -- cgit v1.2.3