3124 Remove any existing references to utmp, use utmpx instead
@@ -312,11 +312,11 @@ if (p->ut_type != USER_PROCESS) continue; /* * if (-a option OR NOT pty window login), send the message */ - if (aflag || !nonuser(*p)) + if (aflag || !nonuserx(*p)) sendmes(p, zid); } endutxent(); (void) alarm(60);