
phk at varnish-cache
Apr 10, 2012, 5:04 AM
Post #1 of 1
(46 views)
Permalink
|
|
[master] 9f9429c move FreeBSD hacks to the (out of varnish-tree) freebsd configs
|
|
commit 9f9429c35841712811d84e3e7a97a37b871445ff Author: Poul-Henning Kamp <phk [at] FreeBSD> Date: Tue Apr 10 12:01:53 2012 +0000 move FreeBSD hacks to the (out of varnish-tree) freebsd configs diff --git a/bin/varnishd/flint.lnt b/bin/varnishd/flint.lnt index 4ba4dd2..1569271 100644 --- a/bin/varnishd/flint.lnt +++ b/bin/varnishd/flint.lnt @@ -89,9 +89,6 @@ ////////////// -efunc(1791, pdiff) // return last on line ////////////// --efile(451, "sys/\*.h") // No include guard --efile(451, "machine/*.h") // No include guard --efile(451, "stdarg.h") // No include guard -efile(451, "tbl/*.h") // No include guard -efile(451, "vcc_types.h") // No include guard -efile(451, "symbol_kind.h") // No include guard _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|