From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Larmour To: gdb-patches@sources.redhat.com Subject: rdi-share devsw.c compilation failure [RFA] Date: Thu, 03 May 2001 05:32:00 -0000 Message-id: <3AF14FDA.4B17F4B5@redhat.com> X-SW-Source: 2001-05/msg00028.html 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 * rdi-share/devsw.c: Include 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 #include #include #include +#include #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