[master] 27d538b Remove spurios old prototype

Poul-Henning Kamp phk at FreeBSD.org
Wed Jun 6 13:44:15 UTC 2018


commit 27d538b45785a7a29239c3e68e9332cedd1232b4
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jun 6 12:55:14 2018 +0000

    Remove spurios old prototype

diff --git a/include/vfil.h b/include/vfil.h
index 48d6f62..25f3b3a 100644
--- a/include/vfil.h
+++ b/include/vfil.h
@@ -34,7 +34,6 @@ struct vfil_path;
 
 void VFIL_null_fd(int);
 
-int seed_random(void);
 char *VFIL_readfile(const char *pfx, const char *fn, ssize_t *sz);
 int VFIL_writefile(const char *pfx, const char *fn, const char *buf, size_t sz);
 int VFIL_nonblocking(int fd);


More information about the varnish-commit mailing list