mjc 96/03/27 06:56:13
Modified: src httpd.h
Log:
Ben put the global "restart_time" into httpd.h without an "extern". It
won't compile on SGI without it.
Revision Changes Path
1.11 +1 -1 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C3 -r1.10 -r1.11
*** httpd.h 1996/03/26 20:31:27 1.10
--- httpd.h 1996/03/27 14:56:12 1.11
***************
*** 519,522 ****
char *get_local_host(pool *);
unsigned long get_virthost_addr (char *hostname, short int *port);
! time_t restart_time;
--- 519,522 ----
char *get_local_host(pool *);
unsigned long get_virthost_addr (char *hostname, short int *port);
! extern time_t restart_time;