=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/finger/finger.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/finger/finger.c 1999/12/22 22:30:20 1.9 +++ src/usr.bin/finger/finger.c 2000/01/12 11:08:05 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: finger.c,v 1.9 1999/12/22 22:30:20 downsj Exp $ */ +/* $OpenBSD: finger.c,v 1.10 2000/01/12 11:08:05 aaron Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -54,7 +54,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)finger.c 5.22 (Berkeley) 6/29/90";*/ -static char rcsid[] = "$OpenBSD: finger.c,v 1.9 1999/12/22 22:30:20 downsj Exp $"; +static char rcsid[] = "$OpenBSD: finger.c,v 1.10 2000/01/12 11:08:05 aaron Exp $"; #endif /* not lint */ /* @@ -94,7 +94,7 @@ extern int optind; extern char *__progname; int ch; - char domain[256]; + char domain[MAXHOSTNAMELEN]; struct stat sb; oflag = 1; /* default to old "office" behavior */