From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28969 invoked by alias); 17 Nov 2005 01:07:56 -0000 Received: (qmail 28562 invoked by uid 22791); 17 Nov 2005 01:07:46 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 17 Nov 2005 01:07:46 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jAH16GOP019490; Thu, 17 Nov 2005 02:06:17 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jAH16GDL032425; Thu, 17 Nov 2005 02:06:16 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jAH16GAh012415; Thu, 17 Nov 2005 02:06:16 +0100 (CET) Date: Thu, 17 Nov 2005 03:49:00 -0000 Message-Id: <200511170106.jAH16GAh012415@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: mark@codesourcery.com CC: gdb-patches@sources.redhat.com In-reply-to: <200511170034.jAH0YK2Z017839@sethra.codesourcery.com> (message from Mark Mitchell on Wed, 16 Nov 2005 16:34:20 -0800) Subject: Re: PATCH: Make PowerPC simulator compile on MinGW References: <200511170034.jAH0YK2Z017839@sethra.codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00260.txt.bz2 > Date: Wed, 16 Nov 2005 16:34:20 -0800 > From: Mark Mitchell > 2005-11-16 Mark Mitchell > > * emul_netbsd.c (sys/errno.h): Guard with HAVE_SYS_ERRNO_H. This really makes me wonder why it is including . I'm pretty sure that's totally unneeded. Mark