r2797 - trunk/varnish-cache/lib/libvarnish

phk at projects.linpro.no phk at projects.linpro.no
Tue Jun 24 23:39:06 CEST 2008


Author: phk
Date: 2008-06-24 23:39:04 +0200 (Tue, 24 Jun 2008)
New Revision: 2797

Modified:
   trunk/varnish-cache/lib/libvarnish/flint.sh
   trunk/varnish-cache/lib/libvarnish/vlu.c
Log:
Fix Flexelint complaints



Modified: trunk/varnish-cache/lib/libvarnish/flint.sh
===================================================================
--- trunk/varnish-cache/lib/libvarnish/flint.sh	2008-06-24 21:37:22 UTC (rev 2796)
+++ trunk/varnish-cache/lib/libvarnish/flint.sh	2008-06-24 21:39:04 UTC (rev 2797)
@@ -5,6 +5,7 @@
 	-I/usr/include \
 	-I. \
 	-I../../include \
+	-I../.. \
 	flint.lnt \
 	*.c > $T 2>&1
 

Modified: trunk/varnish-cache/lib/libvarnish/vlu.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vlu.c	2008-06-24 21:37:22 UTC (rev 2796)
+++ trunk/varnish-cache/lib/libvarnish/vlu.c	2008-06-24 21:39:04 UTC (rev 2797)
@@ -32,8 +32,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include <assert.h>
 #include <unistd.h>
+#include "libvarnish.h"
 #include "vlu.h"
 #include "miniobj.h"
 




More information about the varnish-commit mailing list