r772 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Tue Aug 8 14:57:25 CEST 2006


Author: des
Date: 2006-08-08 14:57:25 +0200 (Tue, 08 Aug 2006)
New Revision: 772

Modified:
   trunk/varnish-cache/bin/varnishd/cache_acceptor.c
Log:
#include "compat/srandomdev.h" for srandomdev()

Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-08-08 12:55:36 UTC (rev 771)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-08-08 12:57:25 UTC (rev 772)
@@ -27,6 +27,8 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
+#include "compat/srandomdev.h"
+
 #include "heritage.h"
 #include "shmlog.h"
 #include "cache.h"




More information about the varnish-commit mailing list