From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28784 invoked by alias); 10 Aug 2008 18:29:05 -0000 Received: (qmail 28775 invoked by uid 22791); 10 Aug 2008 18:29:04 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 10 Aug 2008 18:28:14 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id m7AIQrFd018648; Sun, 10 Aug 2008 20:26:54 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id m7AIQq3a031494; Sun, 10 Aug 2008 20:26:53 +0200 (CEST) Date: Sun, 10 Aug 2008 18:29:00 -0000 Message-Id: <200808101826.m7AIQq3a031494@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: pedro@codesourcery.com CC: gdb-patches@sourceware.org In-reply-to: <200808101848.48133.pedro@codesourcery.com> (message from Pedro Alves on Sun, 10 Aug 2008 18:48:48 +0100) Subject: Re: Patches to build on DJGPP References: <200808092241.46195.pedro@codesourcery.com> <200808101536.m7AFadSV028043@brahms.sibelius.xs4all.nl> <200808101840.25872.pedro@codesourcery.com> <200808101848.48133.pedro@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00281.txt.bz2 > From: Pedro Alves > Date: Sun, 10 Aug 2008 18:48:48 +0100 > > On Sunday 10 August 2008 18:40:25, Pedro Alves wrote: > > Sorry, that diff was confusing -- is was a diff against the previous > diff. > > What I meant was simply: > > --- src.orig/gdb/gdb_select.h 2008-08-10 18:47:57.000000000 +0100 > +++ src/gdb/gdb_select.h 2008-08-10 18:48:08.000000000 +0100 > @@ -22,6 +22,8 @@ > > #ifdef HAVE_SYS_SELECT_H > #include > +#else > +#include > #endif Ah, that's much less confusing. Yes this looks fine to me.