K 10 svn:author V 2 ed K 8 svn:date V 27 2012-02-11T11:11:13.347517Z K 7 svn:log V 317 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. MFC after: 2 weeks END