From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12338 invoked by alias); 22 Apr 2005 05:14:52 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12218 invoked from network); 22 Apr 2005 05:14:43 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 22 Apr 2005 05:14:43 -0000 Received: (qmail 29341 invoked from network); 22 Apr 2005 05:14:43 -0000 Received: from localhost (HELO ?192.168.0.2?) (mitchell@127.0.0.1) by mail.codesourcery.com with SMTP; 22 Apr 2005 05:14:43 -0000 Message-ID: <4268883B.7050906@codesourcery.com> Date: Fri, 22 Apr 2005 05:14:00 -0000 From: Mark Mitchell Organization: CodeSourcery, LLC User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Paul Schlie CC: Mark Kettenis , gdb-patches@sources.redhat.com Subject: Re: Windows patch status? (broke build) References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------070205070509090501010102" X-SW-Source: 2005-04/txt/msg00272.txt.bz2 This is a multi-part message in MIME format. --------------070205070509090501010102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 309 Paul Schlie wrote: > Re: http://sources.redhat.com/ml/gdb-patches/2005-04/msg00249.html > > This patch broke the build of HEAD on ppc-apple-darwin7.9 w/-target=avr: Does this fix it? If so, is this OK to check in, with a ChangeLog? -- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304 --------------070205070509090501010102 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 532 Index: ser-base.c =================================================================== RCS file: /cvs/src/src/gdb/ser-base.c,v retrieving revision 1.3 diff -c -5 -p -r1.3 ser-base.c *** ser-base.c 21 Apr 2005 05:34:33 -0000 1.3 --- ser-base.c 22 Apr 2005 05:13:03 -0000 *************** *** 22,31 **** --- 22,32 ---- #include "defs.h" #include "serial.h" #include "ser-unix.h" #include "event-loop.h" + #include #ifdef USE_WIN32API #include #endif static timer_handler_func push_event; --------------070205070509090501010102--