=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/finger/util.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/finger/util.c 2003/06/25 21:10:55 1.18 --- src/usr.bin/finger/util.c 2003/07/02 21:04:10 1.19 *************** *** 1,4 **** ! /* $OpenBSD: util.c,v 1.18 2003/06/25 21:10:55 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: util.c,v 1.19 2003/07/02 21:04:10 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 35,41 **** #ifndef lint /*static char sccsid[] = "from: @(#)util.c 5.14 (Berkeley) 1/17/91";*/ ! static char rcsid[] = "$OpenBSD: util.c,v 1.18 2003/06/25 21:10:55 deraadt Exp $"; #endif /* not lint */ #include --- 35,41 ---- #ifndef lint /*static char sccsid[] = "from: @(#)util.c 5.14 (Berkeley) 1/17/91";*/ ! static char rcsid[] = "$OpenBSD: util.c,v 1.19 2003/07/02 21:04:10 deraadt Exp $"; #endif /* not lint */ #include *************** *** 56,63 **** #include "finger.h" #include "extern.h" ! char *estrdup(char *); ! WHERE *walloc(PERSON *pn); void find_idle_and_ttywrite(WHERE *w) --- 56,65 ---- #include "finger.h" #include "extern.h" ! char *estrdup(char *); ! WHERE *walloc(PERSON *pn); ! void find_idle_and_ttywrite(WHERE *); ! void userinfo(PERSON *, struct passwd *); void find_idle_and_ttywrite(WHERE *w)