Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 25423 invoked by uid 500); 19 Mar 2001 13:01:21 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 25411 invoked by uid 500); 19 Mar 2001 13:01:20 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 19 Mar 2001 13:01:20 -0000 Message-ID: <20010319130120.25390.qmail@apache.org> From: bjh@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/build buildexports.sh bjh 01/03/19 05:01:20 Modified: build buildexports.sh Log: Under OS/2's emx gcc (and maybe others) uninitialized global variables don't get exported so initialize ap_ugly_hack to something. Revision Changes Path 1.12 +1 -1 httpd-2.0/build/buildexports.sh Index: buildexports.sh =================================================================== RCS file: /home/cvs/httpd-2.0/build/buildexports.sh,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- buildexports.sh 2001/02/17 16:10:54 1.11 +++ buildexports.sh 2001/03/19 13:01:20 1.12 @@ -26,7 +26,7 @@ done echo "" -echo "const void *ap_ugly_hack;" +echo "const void *ap_ugly_hack = NULL;" echo "" # convert export files (on STDIN) into a series of declarations