r2035 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Sep 25 12:24:34 CEST 2007


Author: phk
Date: 2007-09-25 12:24:34 +0200 (Tue, 25 Sep 2007)
New Revision: 2035

Modified:
   trunk/varnish-cache/bin/varnishd/flint.lnt
Log:
Catch up with sys/queue.h changes


Modified: trunk/varnish-cache/bin/varnishd/flint.lnt
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.lnt	2007-09-25 08:54:11 UTC (rev 2034)
+++ trunk/varnish-cache/bin/varnishd/flint.lnt	2007-09-25 10:24:34 UTC (rev 2035)
@@ -28,12 +28,11 @@
 -e785	// Too few initializers for aggregate 
 -e786	// String concatenation within initializer
 
--emacro(740, TAILQ_PREV) // Unusual pointer cast (incompatible indirect types)
--emacro(740, TAILQ_LAST) // Unusual pointer cast (incompatible indirect types)
--emacro((826), TAILQ_PREV) // Suspicious pointer-to-pointer conversion (area too small)
--emacro((826), TAILQ_LAST) // Suspicious pointer-to-pointer conversion (area too small)
+-emacro(740, VTAILQ_PREV) // Unusual pointer cast (incompatible indirect types)
+-emacro(740, VTAILQ_LAST) // Unusual pointer cast (incompatible indirect types)
+-emacro((826), VTAILQ_PREV) // Suspicious pointer-to-pointer conversion (area too small)
+-emacro((826), VTAILQ_LAST) // Suspicious pointer-to-pointer conversion (area too small)
 
-
 -esym(534, sprintf)	// Ignoring return value of function
 -esym(534, asprintf)	// Ignoring return value of function
 -esym(534, printf)	// Ignoring return value of function




More information about the varnish-commit mailing list