bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recent checkins


From: Roland McGrath
Subject: Re: Recent checkins
Date: Wed, 8 May 2002 16:24:27 -0400 (EDT)

> 1) ftpfs.c: conn->hook is cast to a (unsigned)(uintptr_t), would it not be
> easier just to print conn-hook as a pointer using %p?

It's not a pointer that's being printed, so %p format is not what we want.
It's an integer that's stored in the void * member.

> 2) cthreads.c: RESULT is cast to (int)(long), aren't int supposed to be the
> same size as longs?  

Not necessarily.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]