K 10 svn:author V 2 ed K 8 svn:date V 27 2012-03-02T21:38:27.003277Z K 7 svn:log V 321 MFC r231514: Set read buffer size to multiple of sizeof(struct futx). If the utmpx database gets updated while an application is reading it, there is a chance the reading application processes partially overwritten entries. To solve this, make sure we always read a multiple of sizeof(struct futx) at a time. END