r3982 - trunk/varnish-cache/include

sky at projects.linpro.no sky at projects.linpro.no
Mon Mar 23 10:57:24 CET 2009


Author: sky
Date: 2009-03-23 10:57:24 +0100 (Mon, 23 Mar 2009)
New Revision: 3982

Modified:
   trunk/varnish-cache/include/libvarnish.h
Log:
rename socket since it collides with a osx header definition and therefore fails Werror

Modified: trunk/varnish-cache/include/libvarnish.h
===================================================================
--- trunk/varnish-cache/include/libvarnish.h	2009-03-23 08:47:37 UTC (rev 3981)
+++ trunk/varnish-cache/include/libvarnish.h	2009-03-23 09:57:24 UTC (rev 3982)
@@ -67,7 +67,7 @@
 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 */



More information about the varnish-commit mailing list