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 <machine/param.h>
    #endif
    
  ! #define STATUS_MAXLINE              50
    
    #define KBYTE                       1024
    #define     MBYTE                   1048576L
  --- 100,106 ----
    #include <machine/param.h>
    #endif
    
  ! #define STATUS_MAXLINE              64
    
    #define KBYTE                       1024
    #define     MBYTE                   1048576L
  
  
  

Reply via email to