[BACK]Return to util.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / finger

Diff for /src/usr.bin/finger/util.c between version 1.36 and 1.37

version 1.36, 2019/07/03 03:24:02 version 1.37, 2022/12/26 19:16:01
Line 212 
Line 212 
                 /*                  /*
                  * and if it's not any of the current logins                   * and if it's not any of the current logins
                  * can't use time comparison because there may be a small                   * can't use time comparison because there may be a small
                  * discrepency since login calls time() twice                   * discrepancy since login calls time() twice
                  */                   */
                 for (w = pn->whead; doit && w != NULL; w = w->next)                  for (w = pn->whead; doit && w != NULL; w = w->next)
                         if (w->info == LOGGEDIN &&                          if (w->info == LOGGEDIN &&

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37