This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patches to build on DJGPP


> From: Pedro Alves <pedro@codesourcery.com>
> Date: Sun, 10 Aug 2008 18:48:48 +0100
> 
> On Sunday 10 August 2008 18:40:25, Pedro Alves wrote:
> 
> Sorry, that diff was confusing -- is was a diff against the previous
> diff.
> 
> What I meant was simply:
> 
> --- src.orig/gdb/gdb_select.h   2008-08-10 18:47:57.000000000 +0100
> +++ src/gdb/gdb_select.h        2008-08-10 18:48:08.000000000 +0100
> @@ -22,6 +22,8 @@
> 
>  #ifdef HAVE_SYS_SELECT_H
>  #include <sys/select.h>
> +#else
> +#include <sys/time.h>
>  #endif

Ah, that's much less confusing.  Yes this looks fine to me.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]