From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1899 invoked by alias); 26 Mar 2005 14:38:36 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1699 invoked from network); 26 Mar 2005 14:38:33 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 26 Mar 2005 14:38:33 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j2QEcT7j026055; Sat, 26 Mar 2005 15:38:29 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3) with ESMTP id j2QEcT7j024901; Sat, 26 Mar 2005 15:38:29 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.3/8.13.3/Submit) id j2QEcTxo024182; Sat, 26 Mar 2005 15:38:29 +0100 (CET) Date: Sat, 26 Mar 2005 14:38:00 -0000 Message-Id: <200503261438.j2QEcTxo024182@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: aph@redhat.com CC: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org In-reply-to: <16965.28989.543273.976317@cuddles.cambridge.redhat.com> (message from Andrew Haley on Sat, 26 Mar 2005 14:27:09 +0000) Subject: Re: [PATCH/libiberty] Add missing in unlink-if-ordinary.c References: <200503261421.j2QEL6ll019253@elgar.sibelius.xs4all.nl> <16965.28989.543273.976317@cuddles.cambridge.redhat.com> X-SW-Source: 2005-03/txt/msg00245.txt.bz2 Date: Sat, 26 Mar 2005 14:27:09 +0000 From: Andrew Haley Mark Kettenis writes: > One really shouldn't include without on > BSD-derived systems. On most modern BSD's it is brought in by > but vax-dec-ultrix4.0 doesn't have one, so things break. > The attached patch fixes that. > You must wrap this in #ifdef HAVE_SYS_TYPES_H Really? All the other files in libiberty include this file unconditionally. Mark