r2134 - in branches/1.2: . bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Fri Oct 19 13:19:12 CEST 2007


Author: des
Date: 2007-10-19 13:19:12 +0200 (Fri, 19 Oct 2007)
New Revision: 2134

Modified:
   branches/1.2/
   branches/1.2/bin/varnishd/storage_file.c
   branches/1.2/configure.ac
Log:
Merged revisions 2133 via svnmerge from 
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r2133 | des | 2007-10-19 13:18:49 +0200 (Fri, 19 Oct 2007) | 2 lines
  
  Re-add Solaris support which was removed in r1465.
........



Property changes on: branches/1.2
___________________________________________________________________
Name: svnmerge-integrated
   - /trunk/varnish-cache:1-2101,2104-2107,2115-2120,2122-2130
   + /trunk/varnish-cache:1-2101,2104-2107,2115-2120,2122-2130,2133

Modified: branches/1.2/bin/varnishd/storage_file.c
===================================================================
--- branches/1.2/bin/varnishd/storage_file.c	2007-10-19 11:18:49 UTC (rev 2133)
+++ branches/1.2/bin/varnishd/storage_file.c	2007-10-19 11:19:12 UTC (rev 2134)
@@ -41,6 +41,10 @@
 #include <sys/mount.h>
 #endif
 
+#ifdef HAVE_SYS_STATVFS_H
+#include <sys/statvfs.h>
+#endif
+
 #ifdef HAVE_SYS_VFS_H
 #include <sys/vfs.h>
 #endif

Modified: branches/1.2/configure.ac
===================================================================
--- branches/1.2/configure.ac	2007-10-19 11:18:49 UTC (rev 2133)
+++ branches/1.2/configure.ac	2007-10-19 11:19:12 UTC (rev 2134)
@@ -67,6 +67,7 @@
 AC_HEADER_TIME
 AC_CHECK_HEADERS([sys/socket.h])
 AC_CHECK_HEADERS([sys/mount.h])
+AC_CHECK_HEADERS([sys/statvfs.h])
 AC_CHECK_HEADERS([sys/vfs.h])
 AC_CHECK_HEADERS([netinet/in.h])
 AC_CHECK_HEADERS([stddef.h])




More information about the varnish-commit mailing list