From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18857 invoked by alias); 24 Feb 2014 13:55:07 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 18846 invoked by uid 89); 24 Feb 2014 13:55:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SEMBACKSCATTER,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: e06smtp11.uk.ibm.com Received: from e06smtp11.uk.ibm.com (HELO e06smtp11.uk.ibm.com) (195.75.94.107) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 24 Feb 2014 13:55:06 +0000 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 24 Feb 2014 13:55:03 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp11.uk.ibm.com (192.168.101.141) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 24 Feb 2014 13:55:01 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id D510B2190056 for ; Mon, 24 Feb 2014 13:54:57 +0000 (GMT) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s1ODsmAW000344 for ; Mon, 24 Feb 2014 13:54:48 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s1OEt1Um019769 for ; Mon, 24 Feb 2014 07:55:01 -0700 Received: from bl3ahm9f.de.ibm.com (dyn-9-152-212-203.boeblingen.de.ibm.com [9.152.212.203]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s1OEt0X0019754 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Mon, 24 Feb 2014 07:55:01 -0700 Received: from dvogt by bl3ahm9f.de.ibm.com with local (Exim 4.76) (envelope-from ) id 1WHvzp-0006xo-Lx for libffi-discuss@sourceware.org; Mon, 24 Feb 2014 14:55:01 +0100 Date: Mon, 24 Feb 2014 13:55:00 -0000 From: Dominik Vogt To: libffi-discuss@sourceware.org Subject: Re: [PATCH] Fix typo in help strings for --disable-(struct|raw_api) Message-ID: <20140224135501.GA26585@linux.vnet.ibm.com> Reply-To: vogt@linux.vnet.ibm.com References: <20140224134354.GA23591@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <20140224134354.GA23591@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14022413-5024-0000-0000-000008DB1C54 X-IsSubscribed: yes X-SW-Source: 2014/txt/msg00007.txt.bz2 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 211 And the regenerated fficonfig.h.in ... -- snip -- 2014-02-24 Dominik Vogt * fficonfig.h.in: Rebuilt -- snip -- Ciao Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany --LZvS9be/3tNcYl/X Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-Rebuilt-fficonfig.h.in.patch" Content-length: 905 >From c2b7191020fb17bcbcc0293ab6f77132fdeafdb7 Mon Sep 17 00:00:00 2001 From: Dominik Vogt Date: Mon, 24 Feb 2014 14:51:24 +0100 Subject: [PATCH 1/2] Rebuilt fficonfig.h.in. --- fficonfig.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fficonfig.h.in b/fficonfig.h.in index f53b4bd..cac4b86 100644 --- a/fficonfig.h.in +++ b/fficonfig.h.in @@ -26,10 +26,10 @@ /* Cannot use malloc on this target, so, we revert to alternative means */ #undef FFI_MMAP_EXEC_WRIT -/* Define this is you do not want support for the raw API. */ +/* Define this if you do not want support for the raw API. */ #undef FFI_NO_RAW_API -/* Define this is you do not want support for aggregate types. */ +/* Define this if you do not want support for aggregate types. */ #undef FFI_NO_STRUCTS /* Define to 1 if you have `alloca', as a function or macro. */ -- 1.7.9.5 --LZvS9be/3tNcYl/X--