=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- src/usr.bin/top/top.c 2010/03/22 12:20:25 1.71 +++ src/usr.bin/top/top.c 2010/03/23 16:16:09 1.72 @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.71 2010/03/22 12:20:25 lum Exp $ */ +/* $OpenBSD: top.c,v 1.72 2010/03/23 16:16:09 lum Exp $ */ /* * Top users/processes display for Unix @@ -532,7 +532,7 @@ int rundisplay(void) { - static char tempbuf[50]; + static char tempbuf[TEMPBUFSIZE]; sigset_t mask; char ch, *iptr; int change, i;