Commit eba1a431 authored by Artur Bergman's avatar Artur Bergman

rename socket since it collides with a osx header definition and therefore fails Werror

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3982 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e962baef
......@@ -67,7 +67,7 @@ void TCP_name(const struct sockaddr *addr, unsigned l, char *abuf,
int TCP_connect(int s, const struct sockaddr *name, socklen_t namelen,
int msec);
void TCP_close(int *s);
void TCP_set_read_timeout(int socket, double seconds);
void TCP_set_read_timeout(int s, double seconds);
#endif
/* from libvarnish/time.c */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment