[master] e4f4f69d7 Synchronize with VTEST

Poul-Henning Kamp phk at FreeBSD.org
Tue Jan 15 13:47:06 UTC 2019


commit e4f4f69d7cf3c856a765f3cddfd2350b4af81db4
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Jan 15 13:45:58 2019 +0000

    Synchronize with VTEST

diff --git a/lib/libvarnish/vfil.c b/lib/libvarnish/vfil.c
index 4dfc30faf..8e34c9cb8 100644
--- a/lib/libvarnish/vfil.c
+++ b/lib/libvarnish/vfil.c
@@ -49,7 +49,7 @@
 #ifdef HAVE_SYS_VFS_H
 #  include <sys/vfs.h>
 #endif
-#if defined(__linux__) && defined(HAVE_FALLOCATE)
+#ifdef HAVE_FALLOCATE
 #  include <linux/magic.h>
 #endif
 


More information about the varnish-commit mailing list