Received: by taz.hyperreal.com (8.7.6/V2.0) id XAA07930; Wed, 13 Nov 1996 23:13:33 -0800 (PST) Received: by taz.hyperreal.com (8.7.6/V2.0) id XAA07918; Wed, 13 Nov 1996 23:13:30 -0800 (PST) Date: Wed, 13 Nov 1996 23:13:30 -0800 (PST) From: Brian Behlendorf Message-Id: <199611140713.XAA07918@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src mod_status.c Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com brian 96/11/13 23:13:30 Modified: src mod_status.c Log: Reviewed by: Chuck Murcko Submitted by: Brian Behlendorf Slight tweak to compress scoreboard bars from 6 to 4. Revision Changes Path 1.34 +1 -1 apache/src/mod_status.c Index: mod_status.c =================================================================== RCS file: /export/home/cvs/apache/src/mod_status.c,v retrieving revision 1.33 retrieving revision 1.34 diff -C3 -r1.33 -r1.34 *** mod_status.c 1996/11/08 13:50:47 1.33 --- mod_status.c 1996/11/14 07:13:29 1.34 *************** *** 100,106 **** #include #endif ! #define STATUS_MAXLINE 50 #define KBYTE 1024 #define MBYTE 1048576L --- 100,106 ---- #include #endif ! #define STATUS_MAXLINE 64 #define KBYTE 1024 #define MBYTE 1048576L