=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/top/top.h 2010/02/05 10:21:10 1.12 +++ src/usr.bin/top/top.h 2010/03/23 16:16:09 1.13 @@ -1,4 +1,4 @@ -/* $OpenBSD: top.h,v 1.12 2010/02/05 10:21:10 otto Exp $ */ +/* $OpenBSD: top.h,v 1.13 2010/03/23 16:16:09 lum Exp $ */ /* * Top users/processes display for Unix @@ -51,6 +51,9 @@ /* maximum number we can have */ #define Largest 0x7fffffff + +/* Interactive temp string buffer size */ +#define TEMPBUFSIZE 50 /* * The entire display is based on these next numbers being defined as is.