On May 30, 7:13am, yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi) wrote: -- Subject: Re: CVS commit: src/sys/sys | in the case of sleep ident, how about: | | void __wakeup(uintptr_t); | #define wakeup(v) __wakeup((uintptr_t)(v)) That would work, and it is a good idea. christos