public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [RFA] ARI fix: Replace sys/stat.h by gdb_stat.h
@ 2009-04-06 23:26 Pierre Muller
  2009-04-06 23:27 ` Keith Seitz
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Muller @ 2009-04-06 23:26 UTC (permalink / raw)
  To: insight

Can I apply that also?


2009-04-07  Pierre Muller  <muller.u-strasbg.fr²>

	ARI fix: Use "gdb_stat.h" header instead of <sys/stat.h>.
	* generic/gdbtk-cmds.c: Apply change. 
	* generic/gdbtk.c: Ditto.

Index: generic/gdbtk-cmds.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-cmds.c,v
retrieving revision 1.108
diff -u -p -r1.108 gdbtk-cmds.c
--- generic/gdbtk-cmds.c	6 Apr 2009 23:11:10 -0000	1.108
+++ generic/gdbtk-cmds.c	6 Apr 2009 23:19:44 -0000
@@ -63,7 +63,7 @@
 #include <sys/ioctl.h>
 #endif
 #include <sys/time.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 
 #include "gdb_string.h"
 #include "dis-asm.h"
Index: generic/gdbtk.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk.c,v
retrieving revision 1.49
diff -u -p -r1.49 gdbtk.c
--- generic/gdbtk.c	6 Apr 2009 23:11:10 -0000	1.49
+++ generic/gdbtk.c	6 Apr 2009 23:19:44 -0000
@@ -48,7 +48,7 @@
 #include "gdbtk.h"
 
 #include <fcntl.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif

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

end of thread, other threads:[~2009-04-06 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-06 23:26 [RFA] ARI fix: Replace sys/stat.h by gdb_stat.h Pierre Muller
2009-04-06 23:27 ` Keith Seitz
2009-04-06 23:36   ` Pierre Muller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).