Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 41819 invoked from network); 23 Mar 2011 19:23:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Mar 2011 19:23:40 -0000 Received: (qmail 90529 invoked by uid 500); 23 Mar 2011 19:23:40 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 90441 invoked by uid 500); 23 Mar 2011 19:23:40 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 90434 invoked by uid 99); 23 Mar 2011 19:23:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Mar 2011 19:23:40 +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; Wed, 23 Mar 2011 19:23:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6BB5C2388A40; Wed, 23 Mar 2011 19:23:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1084685 - /apr/apr-util/branches/1.4.x/dbd/apr_dbd_oracle.c Date: Wed, 23 Mar 2011 19:23:16 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110323192316.6BB5C2388A40@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Wed Mar 23 19:23:16 2011 New Revision: 1084685 URL: http://svn.apache.org/viewvc?rev=1084685&view=rev Log: grab trunk r1065258: Fix endianness issue in Oracle driver PR 50690 - Patch from Stefan Ruppert also apply slight simplification from trunk r1084681 Modified: apr/apr-util/branches/1.4.x/dbd/apr_dbd_oracle.c Modified: apr/apr-util/branches/1.4.x/dbd/apr_dbd_oracle.c URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/dbd/apr_dbd_oracle.c?rev=1084685&r1=1084684&r2=1084685&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/dbd/apr_dbd_oracle.c (original) +++ apr/apr-util/branches/1.4.x/dbd/apr_dbd_oracle.c Wed Mar 23 19:23:16 2011 @@ -177,7 +177,7 @@ struct apr_dbd_prepared_t { define_arg *out; apr_dbd_t *handle; apr_pool_t *pool; - int type; + ub2 type; }; /* AFAICT from the docs, the OCIEnv thingey can be used async