jim 96/04/16 17:31:01
Modified: src mod_status.c Log: -Wall police report/wrap variables Revision Changes Path 1.14 +3 -1 apache/src/mod_status.c Index: mod_status.c =================================================================== RCS file: /export/home/cvs/apache/src/mod_status.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C3 -r1.13 -r1.14 *** mod_status.c 1996/04/14 21:57:02 1.13 --- mod_status.c 1996/04/17 00:30:58 1.14 *************** *** 135,151 **** int i,res; int ready=0; int busy=0; unsigned long count=0; unsigned long lres,bytes; unsigned long my_lres,my_bytes; unsigned long bcount=0; int short_report=0; server_rec *server = r->server; short_score score_record; char status[]="???????"; char buffer[200]; clock_t tu,ts,tcu,tcs; - float tick=sysconf(_SC_CLK_TCK); tu=ts=tcu=tcs=0; --- 135,153 ---- int i,res; int ready=0; int busy=0; + #if defined(STATUS) unsigned long count=0; unsigned long lres,bytes; unsigned long my_lres,my_bytes; unsigned long bcount=0; + float tick=sysconf(_SC_CLK_TCK); + #endif int short_report=0; server_rec *server = r->server; short_score score_record; char status[]="???????"; char buffer[200]; clock_t tu,ts,tcu,tcs; tu=ts=tcu=tcs=0;