From: phk Date: Tue, 25 Sep 2007 07:08:07 +0000 (+0000) Subject: Make id type "int" X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45482d20ead1903a83470522e8e4e4c5bf9a61ac;p=varnish Make id type "int" git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2019 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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);