Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* rdi-share devsw.c compilation failure [RFA]
@ 2001-05-03  5:32 Jonathan Larmour
  2001-05-03  6:23 ` Fernando Nasser
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Larmour @ 2001-05-03  5:32 UTC (permalink / raw)
  To: gdb-patches

Newer versions of glibc cause compilation of rdi-share/devsw.c to fail
because sys/time.h no longer guarantees the presence of struct tm.

This patch fixes that. Okay to install? Is there anything I need to do
specially since this rdi-share stuff is imported?

2001-05-03  Jonathan Larmour  <jlarmour@redhat.com>

	* rdi-share/devsw.c: Include <time.h> for struct tm

Index: devsw.c
===================================================================
RCS file: /cvs/src/src/gdb/rdi-share/devsw.c,v
retrieving revision 1.1.1.5
diff -u -5 -p -r1.1.1.5 devsw.c
--- devsw.c	2000/01/25 02:40:14	1.1.1.5
+++ devsw.c	2001/05/03 12:32:07
@@ -14,10 +14,11 @@
  */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
+#include <time.h>
 
 #include "adp.h"
 #include "sys.h"
 #include "hsys.h"
 #include "rxtx.h"

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: rdi-share devsw.c compilation failure [RFA]
  2001-05-03  5:32 rdi-share devsw.c compilation failure [RFA] Jonathan Larmour
@ 2001-05-03  6:23 ` Fernando Nasser
  0 siblings, 0 replies; 2+ messages in thread
From: Fernando Nasser @ 2001-05-03  6:23 UTC (permalink / raw)
  To: Jonathan Larmour; +Cc: gdb-patches

Jonathan Larmour wrote:
> 
> Newer versions of glibc cause compilation of rdi-share/devsw.c to fail
> because sys/time.h no longer guarantees the presence of struct tm.
> 
> This patch fixes that. Okay to install? Is there anything I need to do
> specially since this rdi-share stuff is imported?
> 

Go ahead.  We have no other choice (as Matthew and I learned recently).

Fernando

> 2001-05-03  Jonathan Larmour  <jlarmour@redhat.com>
> 
>         * rdi-share/devsw.c: Include <time.h> for struct tm
> 
> Index: devsw.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/rdi-share/devsw.c,v
> retrieving revision 1.1.1.5
> diff -u -5 -p -r1.1.1.5 devsw.c
> --- devsw.c     2000/01/25 02:40:14     1.1.1.5
> +++ devsw.c     2001/05/03 12:32:07
> @@ -14,10 +14,11 @@
>   */
>  #include <stdio.h>
>  #include <stdlib.h>
>  #include <string.h>
>  #include <fcntl.h>
> +#include <time.h>
> 
>  #include "adp.h"
>  #include "sys.h"
>  #include "hsys.h"
>  #include "rxtx.h"
> 
> Jifl
> --
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-03  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-03  5:32 rdi-share devsw.c compilation failure [RFA] Jonathan Larmour
2001-05-03  6:23 ` Fernando Nasser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox