=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/finger/sprint.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/finger/sprint.c 2003/06/10 22:20:46 1.8 --- src/usr.bin/finger/sprint.c 2003/07/10 00:06:50 1.9 *************** *** 1,4 **** ! /* $OpenBSD: sprint.c,v 1.8 2003/06/10 22:20:46 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: sprint.c,v 1.9 2003/07/10 00:06:50 david Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 34,40 **** #ifndef lint /*static char sccsid[] = "from: @(#)sprint.c 5.8 (Berkeley) 12/4/90";*/ ! static char rcsid[] = "$OpenBSD: sprint.c,v 1.8 2003/06/10 22:20:46 deraadt Exp $"; #endif /* not lint */ #include --- 34,40 ---- #ifndef lint /*static char sccsid[] = "from: @(#)sprint.c 5.8 (Berkeley) 12/4/90";*/ ! static char rcsid[] = "$OpenBSD: sprint.c,v 1.9 2003/07/10 00:06:50 david Exp $"; #endif /* not lint */ #include *************** *** 42,47 **** --- 42,48 ---- #include #include #include + #include #include #include "finger.h" #include "extern.h"