From 45482d20ead1903a83470522e8e4e4c5bf9a61ac Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 25 Sep 2007 07:08:07 +0000 Subject: [PATCH] Make id type "int" git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2019 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_http.c b/varnish-cache/bin/varnishd/cache_http.c index 485e768b..7dbc63e2 100644 --- a/varnish-cache/bin/varnishd/cache_http.c +++ b/varnish-cache/bin/varnishd/cache_http.c @@ -89,7 +89,7 @@ http2shmlog(const struct http *hp, enum httptag t) } static void -WSLH(struct worker *w, enum httptag t, unsigned fd, const struct http *hp, int hdr) +WSLH(struct worker *w, enum httptag t, int fd, const struct http *hp, int hdr) { WSLR(w, http2shmlog(hp, t), fd, hp->hd[hdr].b, hp->hd[hdr].e); -- 2.39.5