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

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


commit f4390be4c59e2b3fe1d11ebd55da202ea81905da
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 12 10:55:16 2011 +0000

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

diff --git a/lib/libvarnish/vss.c b/lib/libvarnish/vss.c
index dfad6f7..18ac41d 100644
--- a/lib/libvarnish/vss.c
+++ b/lib/libvarnish/vss.c
@@ -43,9 +43,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#ifndef HAVE_STRLCPY
-#include "compat/strlcpy.h"
-#endif
 #ifndef HAVE_STRNDUP
 #include "compat/strndup.h"
 #endif



More information about the varnish-commit mailing list