Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 12867 invoked by uid 500); 6 May 2002 11:42:36 -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 12856 invoked from network); 6 May 2002 11:42:35 -0000 Date: 6 May 2002 11:42:35 -0000 Message-ID: <20020506114235.49734.qmail@icarus.apache.org> From: ben@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_atomic.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ben 02/05/06 04:42:34 Modified: include apr_atomic.h Log: FreeBSD down to 3 has atomic... Revision Changes Path 1.27 +2 -1 apr/include/apr_atomic.h Index: apr_atomic.h =================================================================== RCS file: /home/cvs/apr/include/apr_atomic.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- apr_atomic.h 1 May 2002 10:41:59 -0000 1.26 +++ apr_atomic.h 6 May 2002 11:42:34 -0000 1.27 @@ -171,7 +171,8 @@ #define APR_ATOMIC_NEED_CAS_DEFAULT 1 #endif -#elif defined(__FreeBSD__) && (__FreeBSD__ >= 5) +#elif defined(__FreeBSD__) + #include #define apr_atomic_t apr_uint32_t