$NetBSD: patch-ab,v 1.1.1.1 2006/12/04 16:04:54 xtraeme Exp $

--- bin/varnishd/storage_file.c.orig	2006-12-04 16:49:47.000000000 +0100
+++ bin/varnishd/storage_file.c	2006-12-04 16:54:44.000000000 +0100
@@ -37,6 +37,11 @@
 #include <sys/socket.h>
 #include <sys/stat.h>
 
+#ifdef HAVE_SYS_STATVFS_H
+#include <sys/statvfs.h>
+#define statfs	statvfs
+#endif
+
 #ifdef HAVE_SYS_VFS_H
 #include <sys/vfs.h>
 #endif
