[master] 708cec815 This file is derived from FreeBSD's flopen.c and does not need "verror.h" but only "errno.h"

Poul-Henning Kamp phk at FreeBSD.org
Wed Jan 9 21:52:08 UTC 2019


commit 708cec815a88609ac6b466078bf747657588aaab
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jan 9 21:51:29 2019 +0000

    This file is derived from FreeBSD's flopen.c and does not need "verror.h"
    but only "errno.h"

diff --git a/lib/libvarnish/vfl.c b/lib/libvarnish/vfl.c
index fa7804569..9af496a91 100644
--- a/lib/libvarnish/vfl.c
+++ b/lib/libvarnish/vfl.c
@@ -32,13 +32,13 @@
 #include <sys/file.h>
 #include <sys/stat.h>
 
+#include <errno.h>
 #include <fcntl.h>
 #include <stdarg.h>
 #include <string.h>
 #include <unistd.h>
 
 #include "vfl.h"
-#include "verrno.h"
 
 /*
  * Reliably open and lock a file.


More information about the varnish-commit mailing list