[master] ea9d288 silence flexelint

Poul-Henning Kamp phk at varnish-cache.org
Mon Feb 20 12:11:37 CET 2012


commit ea9d288d868859c0a28258e2953913482e5583e4
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 20 11:11:30 2012 +0000

    silence flexelint

diff --git a/lib/libvmod_std/vmod_std.c b/lib/libvmod_std/vmod_std.c
index a6f348b..d1f6771 100644
--- a/lib/libvmod_std/vmod_std.c
+++ b/lib/libvmod_std/vmod_std.c
@@ -163,7 +163,7 @@ vmod_log(struct sess *sp, const char *fmt, ...)
 	WS_Release(sp->req->ws, 0);
 }
 
-void
+void __match_proto__()
 vmod_syslog(struct sess *sp, int fac, const char *fmt, ...)
 {
 	char *p;



More information about the varnish-commit mailing list