K 10 svn:author V 2 ed K 8 svn:date V 27 2009-12-25T20:04:36.560170Z K 7 svn:log V 321 Don't corrupt logout entries in utmp files. An older version of the code used a structure on the stack, instead of a pointer to the structure. It looks like I didn't adjust the parameters of the write(2) call, causing the first four/eight bytes of the entry to be corrupted, instead of writing the entire entry to disk. END