K 10 svn:author V 2 ed K 8 svn:date V 27 2010-01-13T17:49:35.187588Z K 7 svn:log V 314 Let csh(1) use utmpx instead of utmp. csh allows you to monitor the utmp(x) file to monitor certain user logins. Unfortunately it needs to directly stat() this file. I don't want to break this module , but eventually it shouldn't do that. The idea of the getutxent(3) API is to hide file access. Approved by: mp END