[master] c1e484b Eliminate strlcpy() compat includery, it is not used.

Poul-Henning Kamp phk at varnish-cache.org
Thu May 12 14:19:15 CEST 2011


commit c1e484b5b1fb7cda98cfba6f0efc70f961e94b33
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 12 10:48:57 2011 +0000

    Eliminate strlcpy() compat includery, it is not used.

diff --git a/lib/libvarnish/vpf.c b/lib/libvarnish/vpf.c
index f0db8e9..641fbb9 100644
--- a/lib/libvarnish/vpf.c
+++ b/lib/libvarnish/vpf.c
@@ -39,10 +39,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#ifndef HAVE_STRLCPY
-#include "compat/strlcpy.h"
-#endif
-
 #include "libvarnish.h"		/* XXX: for assert() */
 #include "flopen.h"
 #include "vpf.h"



More information about the varnish-commit mailing list