Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 59062 invoked by uid 500); 13 Jul 2001 17:49:34 -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 58678 invoked by uid 1134); 13 Jul 2001 17:48:10 -0000 Date: 13 Jul 2001 17:48:10 -0000 Message-ID: <20010713174810.58677.qmail@apache.org> From: wrowe@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_sms_threads.h wrowe 01/07/13 10:48:10 Modified: include apr_sms_threads.h Log: Not the problem I first expected... here's the balance fix, and Sander is researching further why this is even a problem. Revision Changes Path 1.3 +2 -2 apr/include/apr_sms_threads.h Index: apr_sms_threads.h =================================================================== RCS file: /home/cvs/apr/include/apr_sms_threads.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apr_sms_threads.h 2001/07/13 17:44:41 1.2 +++ apr_sms_threads.h 2001/07/13 17:47:58 1.3 @@ -101,10 +101,10 @@ apr_size_t min_free, apr_size_t max_free); +#endif /* APR_HAS_THREADS */ + #ifdef __cplusplus } #endif - -#endif /* APR_HAS_THREADS */ #endif /* !APR_SMS_THREADS_H */