From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7420 invoked by alias); 24 Jul 2002 21:41:27 -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 7413 invoked from network); 24 Jul 2002 21:41:26 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 24 Jul 2002 21:41:26 -0000 Received: from dsl254-114-118.nyc1.dsl.speakeasy.net ([216.254.114.118] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 17XTst-0004QH-00 for ; Wed, 24 Jul 2002 16:41:28 -0500 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 17XTsy-0005HB-00 for ; Wed, 24 Jul 2002 17:41:32 -0400 Date: Wed, 24 Jul 2002 14:53:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Check for unistd.h in gdbserver/configure.in Message-ID: <20020724214132.GA14365@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <1020724213418.ZM5932@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1020724213418.ZM5932@localhost.localdomain> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-07/txt/msg00490.txt.bz2 On Wed, Jul 24, 2002 at 02:34:18PM -0700, Kevin Buettner wrote: > I was seeing some warnings while building gdbreplay.o which were due > to the fact that unistd.h was not being included. I've just committed > the (hopefully obvious) change below. > > * configure.in (unistd.h): Add to AC_CHECK_HEADERS list. > * configure: Regenerate. > * config.in: Regenerate. > > Index: configure.in > =================================================================== > RCS file: /cvs/src/src/gdb/gdbserver/configure.in,v > retrieving revision 1.10 > diff -u -p -r1.10 configure.in > --- configure.in 11 Jun 2002 17:32:39 -0000 1.10 > +++ configure.in 24 Jul 2002 21:26:30 -0000 > @@ -31,7 +31,7 @@ AC_PROG_INSTALL > AC_HEADER_STDC > > AC_CHECK_HEADERS(sgtty.h termio.h termios.h sys/reg.h string.h dnl > - proc_service.h sys/procfs.h thread_db.h linux/elf.h) > + proc_service.h sys/procfs.h thread_db.h linux/elf.h unistd.h) > > . ${srcdir}/configure.srv Thanks! -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer