Gea-Suan Lin <[EMAIL PROTECTED]> writes:
> When I want to try it again, I found it might be my fault :-)
>
> http://varnish.projects.linpro.no/attachment/ticket/162/cache_acceptor_kqueue.diff
>
> It should be patched to:
>
>               AZ(kevent(kq, ki, nki, NULL, 0, NULL));
>
> But I patched to:
>
>               AZ(kevent(kq, ki, nki, NULL, 0, NULL) <= 0);
>
> I'll try it again.

The correct way to apply a patch is with /usr/bin/patch.

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no
_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to