Print this page
3124 Remove any existing references to utmp, use utmpx instead

*** 312,322 **** if (p->ut_type != USER_PROCESS) continue; /* * if (-a option OR NOT pty window login), send the message */ ! if (aflag || !nonuser(*p)) sendmes(p, zid); } endutxent(); (void) alarm(60); --- 312,322 ---- if (p->ut_type != USER_PROCESS) continue; /* * if (-a option OR NOT pty window login), send the message */ ! if (aflag || !nonuserx(*p)) sendmes(p, zid); } endutxent(); (void) alarm(60);