K 10 svn:author V 3 bde K 8 svn:date V 27 2004-05-14T20:51:42.000000Z K 7 svn:log V 359 Fixed some common printf format errors. Don't assume that "struct foo *" is "void *" (it isn't) or that the default promotion of pid_t is int. Instead, assume that casting "struct foo *" to "void *" and printing the result with %p is useful, and that all pid_t's are representable as longs. Fixed some minor style bugs (mainly spelling errors in comments). END