r4340 - branches/2.0/varnish-cache/lib/libvarnishcompat

tfheen at projects.linpro.no tfheen at projects.linpro.no
Tue Nov 3 10:32:45 CET 2009


Author: tfheen
Date: 2009-11-03 10:32:45 +0100 (Tue, 03 Nov 2009)
New Revision: 4340

Modified:
   branches/2.0/varnish-cache/lib/libvarnishcompat/execinfo.c
Log:
Merge missing part of r4058, adjust include path for execinfo.h

Modified: branches/2.0/varnish-cache/lib/libvarnishcompat/execinfo.c
===================================================================
--- branches/2.0/varnish-cache/lib/libvarnishcompat/execinfo.c	2009-10-23 09:18:41 UTC (rev 4339)
+++ branches/2.0/varnish-cache/lib/libvarnishcompat/execinfo.c	2009-11-03 09:32:45 UTC (rev 4340)
@@ -38,7 +38,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "execinfo.h"
+#include "compat/execinfo.h"
 
 void *getreturnaddr(int);
 void *getframeaddr(int);



More information about the varnish-commit mailing list