comparison 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
comparison
equal deleted inserted replaced
28161:138bd0e1d9d8 28162:f1be9f91cbd8
74 void *our_s_addr; // Pointer to sin_addr or sin6_addr 74 void *our_s_addr; // Pointer to sin_addr or sin6_addr
75 struct hostent *hp=NULL; 75 struct hostent *hp=NULL;
76 char buf[255]; 76 char buf[255];
77 77
78 #ifdef HAVE_WINSOCK2_H 78 #ifdef HAVE_WINSOCK2_H
79 u_long val; 79 unsigned long val;
80 int to; 80 int to;
81 #else 81 #else
82 struct timeval to; 82 struct timeval to;
83 #endif 83 #endif
84 84