From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH hail] const-correctness tweaks Date: Fri, 22 Oct 2010 23:01:40 -0400 Message-ID: <4CC25014.905@garzik.org> References: <87mxqro78a.fsf@meyering.net> <4CBE1AA2.5020004@garzik.org> <878w1t5m5k.fsf@meyering.net> <4CBEAA1D.2030302@garzik.org> <8739s15jos.fsf@meyering.net> <4CC23F2B.3090900@garzik.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Hgc8sJZuEXXg6xqn0tnOn3qW5xCTZso7qlUNEC42fAM=; b=ZUbdi1g2UUCWZABfgmUkLJRsHp+zRRgf70+xGRSfzhk7VC/U8nPpS6xZxIURZMot24 XBe/DHL99kThGuaX1DD2NmW9EMiO6GDJNEbAUepQxhYyFgdxIwKiJgw0BqkNbfHcXu9o 0dDON/NYsVgty3tCkkXfCXjUxyRyc4IkUiI7M= In-Reply-To: <4CC23F2B.3090900@garzik.org> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jim Meyering Cc: Project Hail On 10/22/2010 09:49 PM, Jeff Garzik wrote: > On 10/20/2010 04:53 AM, Jim Meyering wrote: >> But even if curl were requiring some suboptimal signature, >> it would be nice not to impose that on all projects that use hail. >> Are there older curl headers that do require the const-free signature? >> If there are and you want to support them, too, let me know -- maybe >> I can cook up an autoconf test to make things work there, with minimal >> impact. > > Nah, I wouldn't worry about the const signature, it's probably just out er, s/const/const-free/ > of date documentation. If users appear running old OS's or OS versions, > we can tackle autoconf'ing on a piecemeal basis as needs arise.