X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 	tests=AWL,BAYES_00,SPF_NEUTRAL
X-Spam-Check-By: sourceware.org
Message-ID: <4947AECE.7040201@cornell.edu>
Date: Tue, 16 Dec 2008 08:36:14 -0500
From: Ken Brown <kbrown@cornell.edu>
User-Agent: Thunderbird 2.0.0.18 (Windows/20081105)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [1.7] Problem - emacs fails to get shell-command output
References: <announce.20081210203400.GA15192@calimero.vinschen.de> <4941587D.5070109@cornell.edu> <17393e3e0812111130n3dda8d05n8465481c68b97596@mail.gmail.com> <49457F56.1040508@cornell.edu> <20081215135249.GV32197@calimero.vinschen.de> <49467903.2090104@cornell.edu> <4946B370.8040206@cornell.edu> <20081215235242.GA24120@ednor.casa.cgf.cx>
In-Reply-To: <20081215235242.GA24120@ednor.casa.cgf.cx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 12/15/2008 6:52 PM, Christopher Faylor wrote:
> On Mon, Dec 15, 2008 at 02:43:44PM -0500, Ken Brown wrote:
>> --- strftime.c.orig     2007-01-14 04:24:37.000000000 +0100
>> +++ strftime.c  2008-02-04 21:40:01.031250000 +0100
>> @@ -54,7 +54,7 @@
>>  # endif
>>  #endif
>>  #if HAVE_TZNAME
>> -#ifndef USE_CRT_DLL
>> +#if !defined (USE_CRT_DLL) && !defined (CYGWIN)
>>  extern char *tzname[];
>>  #endif
>>  #endif
>>

> 2) declaring tzname should not affect anything timing related.

OK, thanks.  In the meantime I've learned that the purpose of the patch 
was to prevent a warning about a dll import attribute.  I should have 
checked this before posting.  Sorry for the noise.

Ken

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

