aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/finger/finger.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-03-21 18:43:49 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-03-21 18:43:49 +0000
commitf4d292b7994a09c5e769a3eac6f056279c6a1e1c (patch)
tree98145a8b8f18af771dc26c48fd2772d392a64237 /usr.bin/finger/finger.c
parentfa2b491527c4d10578d87dc0f59e6d5155ec5789 (diff)
Don't attempt to parse %c
Notes
Notes: svn path=/head/; revision=74586
Diffstat (limited to 'usr.bin/finger/finger.c')
-rw-r--r--usr.bin/finger/finger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c
index 0e356b30069a..6a1f9b34cb35 100644
--- a/usr.bin/finger/finger.c
+++ b/usr.bin/finger/finger.c
@@ -89,6 +89,7 @@ static const char rcsid[] =
DB *db;
time_t now;
int entries, lflag, mflag, pplan, sflag, oflag, Tflag;
+int d_first = -1;
char tbuf[1024];
static void loginlist __P((void));