X-Recipient: archive-cygwin AT delorie DOT 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 User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [1.7] Problem - emacs fails to get shell-command output References: <4941587D DOT 5070109 AT cornell DOT edu> <17393e3e0812111130n3dda8d05n8465481c68b97596 AT mail DOT gmail DOT com> <49457F56 DOT 1040508 AT cornell DOT edu> <20081215135249 DOT GV32197 AT calimero DOT vinschen DOT de> <49467903 DOT 2090104 AT cornell DOT edu> <4946B370 DOT 8040206 AT cornell DOT edu> <20081215235242 DOT GA24120 AT ednor DOT casa DOT cgf DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/