search for: daysleft

Displaying 1 result from an estimated 1 matches for "daysleft".

2007 Sep 19
1
sp_expire is 0 in QNX Neutrino
...======= *** auth-shadow.c.was Sun Apr 29 02:10:58 2007 --- auth-shadow.c Wed Sep 19 01:04:18 2007 *************** *** 66,71 **** --- 66,72 ---- if (spw->sp_expire == -1) { debug3("account expiration disabled"); + #ifndef __QNXNTO__ } else if (daysleft < 0) { logit("Account %.100s has expired", spw->sp_namp); return 1; *************** *** 75,80 **** --- 76,82 ---- "Your account will expire in %d day%s.\n", daysleft, daysleft == 1 ? "" :...