K 10 svn:author V 6 archie K 8 svn:date V 27 1999-06-06T02:41:55.000000Z K 7 svn:log V 220 The function ksprintn(), which is used to convert numbers to ASCII, is not reentrant because it returns a static buffer. This results in a race condition when/if an interrupt handler calls log(), printf() etc. Fix this. END