=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/finger/util.c,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/finger/util.c 2019/07/03 03:24:02 1.36 --- src/usr.bin/finger/util.c 2022/12/26 19:16:01 1.37 *************** *** 1,4 **** ! /* $OpenBSD: util.c,v 1.36 2019/07/03 03:24:02 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: util.c,v 1.37 2022/12/26 19:16:01 jmc Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 212,218 **** /* * and if it's not any of the current logins * can't use time comparison because there may be a small ! * discrepency since login calls time() twice */ for (w = pn->whead; doit && w != NULL; w = w->next) if (w->info == LOGGEDIN && --- 212,218 ---- /* * and if it's not any of the current logins * can't use time comparison because there may be a small ! * discrepancy since login calls time() twice */ for (w = pn->whead; doit && w != NULL; w = w->next) if (w->info == LOGGEDIN &&