Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 45015 invoked by uid 500); 9 Jul 2002 22:52:07 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 45004 invoked from network); 9 Jul 2002 22:52:07 -0000 Date: 9 Jul 2002 22:52:07 -0000 Message-ID: <20020709225207.50475.qmail@icarus.apache.org> From: wrowe@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/misc/win32 start.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2002/07/09 15:52:07 Modified: misc/win32 start.c Log: Hadn't saved the file complete when committing. apr_oslevel_get will no longer take a pool* arg. Revision Changes Path 1.38 +1 -1 apr/misc/win32/start.c Index: start.c =================================================================== RCS file: /home/cvs/apr/misc/win32/start.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- start.c 9 Jul 2002 22:50:41 -0000 1.37 +++ start.c 9 Jul 2002 22:52:06 -0000 1.38 @@ -200,7 +200,7 @@ } /* Initialize apr_os_level global */ - if (apr_get_oslevel(NULL, &osver) != APR_SUCCESS) { + if (apr_get_oslevel(&osver) != APR_SUCCESS) { return APR_EEXIST; }