On Thu, Feb 21, 2002 at 11:20:21PM -0800, Jos Backus wrote:
> On Thu, Feb 21, 2002 at 05:49:03PM -0600, Albert Chin wrote:
> > If I case &s->count to (unsigned int *), then it compiles.
> 
> How about casting to size_t * (since s->count has type size_t)?

We can either cast &s->count to (unsigned int*) or &int_zero to
(size_t *).

> (Btw, I'll try the configure patch tomorrow and let you know).

Great! I want to get this solved.

-- 
albert chin ([EMAIL PROTECTED])

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to