* [PATCH] Check for unistd.h in gdbserver/configure.in
@ 2002-07-24 14:41 Kevin Buettner
2002-07-24 14:53 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Buettner @ 2002-07-24 14:41 UTC (permalink / raw)
To: gdb-patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] Check for unistd.h in gdbserver/configure.in
2002-07-24 14:41 [PATCH] Check for unistd.h in gdbserver/configure.in Kevin Buettner
@ 2002-07-24 14:53 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2002-07-24 14:53 UTC (permalink / raw)
To: gdb-patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-07-24 21:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-24 14:41 [PATCH] Check for unistd.h in gdbserver/configure.in Kevin Buettner
2002-07-24 14:53 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox