On Tue, 2003-04-08 at 07:58, Steven Scholz wrote: > nodemgmt.c:533: warning: unknown conversion type character `z' in format > I am using ppc_8xx-gcc version 2.95.4. (Could that be the problem?) Yes. It's too old to know about the C99 way of printing size_t. Should be harmless though. -- dwmw2