diff stream/tcp.c @ 28162:f1be9f91cbd8

Avoid u_ BSD type names.
author diego
date Sat, 27 Dec 2008 12:03:51 +0000
parents ae5da477539e
children 9202b9245819
line wrap: on
line diff
--- a/stream/tcp.c	Sat Dec 27 12:00:11 2008 +0000
+++ b/stream/tcp.c	Sat Dec 27 12:03:51 2008 +0000
@@ -76,7 +76,7 @@
 	char buf[255];
 	
 #ifdef HAVE_WINSOCK2_H
-	u_long val;
+	unsigned long val;
 	int to;
 #else
 	struct timeval to;