Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 7902 invoked from network); 9 Apr 2011 16:03:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2011 16:03:19 -0000 Received: (qmail 41371 invoked by uid 500); 9 Apr 2011 16:03:18 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 41317 invoked by uid 500); 9 Apr 2011 16:03:18 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 41310 invoked by uid 99); 9 Apr 2011 16:03:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2011 16:03:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2011 16:03:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ACD7623889DA; Sat, 9 Apr 2011 16:02:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1090617 - /commons/sandbox/runtime/trunk/src/main/native/include/acr/stddefs.h Date: Sat, 09 Apr 2011 16:02:57 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110409160257.ACD7623889DA@eris.apache.org> Author: mturk Date: Sat Apr 9 16:02:57 2011 New Revision: 1090617 URL: http://svn.apache.org/viewvc?rev=1090617&view=rev Log: Sync with OsType.java Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/stddefs.h Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/stddefs.h URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr/stddefs.h?rev=1090617&r1=1090616&r2=1090617&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/include/acr/stddefs.h (original) +++ commons/sandbox/runtime/trunk/src/main/native/include/acr/stddefs.h Sat Apr 9 16:02:57 2011 @@ -279,8 +279,9 @@ #define ACR_OS_LINUX 0x20100 #define ACR_OS_SOLARIS 0x20200 #define ACR_OS_DARWIN 0x20400 -#define ACR_OS_HPUX 0x20800 -#define ACR_OS_AIX 0x21000 +#define ACR_OS_BSD 0x20800 +#define ACR_OS_HPUX 0x21000 +#define ACR_OS_AIX 0x22000 #define ACR_TEST_MACRO(M) if ((M)) { #define ACR_BEGIN_MACRO if (1) {