_compat_getutent
while ((utp = _compat_getutent()) != 0) {
struct utmp *_compat_getutent(void);
extern struct utmp *_compat_getutent(void);
return (_compat_getutent());