Received: by taz.hyperreal.com (8.6.12/8.6.5) id GAA02549; Wed, 27 Mar 1996 06:56:15 -0800 Received: by taz.hyperreal.com (8.6.12/8.6.5) id GAA02541; Wed, 27 Mar 1996 06:56:14 -0800 Date: Wed, 27 Mar 1996 06:56:14 -0800 From: Mark Cox Message-Id: <199603271456.GAA02541@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src httpd.h Sender: owner-apache-cvs@apache.org Precedence: bulk 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;