From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8809 invoked by alias); 10 Aug 2008 08:33:22 -0000 Received: (qmail 8793 invoked by uid 22791); 10 Aug 2008 08:33:21 -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 08:32:47 +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 m7A8VNd0019508; Sun, 10 Aug 2008 10:31:23 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id m7A8VMRw013131; Sun, 10 Aug 2008 10:31:22 +0200 (CEST) Date: Sun, 10 Aug 2008 08:33:00 -0000 Message-Id: <200808100831.m7A8VMRw013131@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: pedro@codesourcery.com, gdb-patches@sourceware.org In-reply-to: (message from Eli Zaretskii on Sun, 10 Aug 2008 06:19:55 +0300) Subject: Re: Patches to build on DJGPP References: <200808092241.46195.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/msg00274.txt.bz2 > Date: Sun, 10 Aug 2008 06:19:55 +0300 > From: Eli Zaretskii > > > From: Pedro Alves > > Date: Sat, 9 Aug 2008 22:41:46 +0100 > > > > Here are the left over patches I used to build GDB on DJGPP. > > They are fine with me, except that I'd prefer to include sys/time.h > for select. If so, can that include be moved to gdb_select.h? It is a prerequisite for using select(2) on many other systems. I guess so far we've just been lucky that it has been included on those system through some other way.