Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: CVS

cvs commit: apache/src mod_status.c

 

 

Apache cvs RSS feed   Index | Next | Previous | View Threaded


jim at hyperreal

Apr 16, 1996, 5:31 PM

Post #1 of 1 (73 views)
Permalink
cvs commit: apache/src mod_status.c

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;

Apache cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.