K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-21T08:11:22.000000Z K 7 svn:log V 493 Who would have though that dmesg didn't understand message buffers? Fixed the following bugs: - the buffer was reprinted endlessly when msg.bufx == 0 and (for a different reason) when msg.bufx == 1. - the last byte of the buffer wasn't printed except in the the infinite loop cases. - the comment about walking the buffer didn't match the (correct) code. - minor -Wall and style bugs. Not fixed: - excessive newline processing which hid the non-printing of the last byte of the buffer. END