K 10 svn:author V 5 peter K 8 svn:date V 27 1998-11-09T08:08:06.000000Z K 7 svn:log V 197 s/%#p/%p/ to fix a warning. This looks like a leftover of once being %#x, which causes a leading 0x to be prepended. %p has this by default and the '#' is ignored by the kernel prinf code for %p. END