From commits-return-14546-archive-asf-public=cust-asf.ponee.io@apr.apache.org Wed Jul 25 12:58:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 559B418062C for ; Wed, 25 Jul 2018 12:58:09 +0200 (CEST) Received: (qmail 8471 invoked by uid 500); 25 Jul 2018 10:58:08 -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 8462 invoked by uid 99); 25 Jul 2018 10:58:08 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2018 10:58:08 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 006593A0189 for ; Wed, 25 Jul 2018 10:58:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1836615 - /apr/apr/trunk/configure.in Date: Wed, 25 Jul 2018 10:58:07 -0000 To: commits@apr.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180725105808.006593A0189@svn01-us-west.apache.org> Author: ylavic Date: Wed Jul 25 10:58:07 2018 New Revision: 1836615 URL: http://svn.apache.org/viewvc?rev=1836615&view=rev Log: configure.in: match fallback apr_off_t type with the comment/format. Modified: apr/apr/trunk/configure.in Modified: apr/apr/trunk/configure.in URL: http://svn.apache.org/viewvc/apr/apr/trunk/configure.in?rev=1836615&r1=1836614&r2=1836615&view=diff ============================================================================== --- apr/apr/trunk/configure.in (original) +++ apr/apr/trunk/configure.in Wed Jul 25 10:58:07 2018 @@ -1866,7 +1866,7 @@ elif test "$ac_cv_type_off_t" = "yes"; t esac else # Fallback on int - off_t_value=apr_int64_t + off_t_value=int off_t_fmt='#define APR_OFF_T_FMT "d"' off_t_strfn='strtoi' fi