K 10 svn:author V 2 ed K 8 svn:date V 27 2010-01-12T22:06:53.864848Z K 7 svn:log V 360 Several improvements to the handling of the utmpx files. - Just use O_EXLOCK instead of calling lockf() by hand. This will already provide exclusive file access. - Let the functions use stdio instead of operating on the file descriptors directly. When utmp and lastlogin files get a bit bigger, it will read chunks of 4K instead of 197 bytes at a time. END