remove include of sys/dir.h. Appears unnecessary and isn't available
authorK. Richard Pixley <rich@cygnus>
Tue, 24 Aug 1993 00:18:04 +0000 (00:18 +0000)
committerK. Richard Pixley <rich@cygnus>
Tue, 24 Aug 1993 00:18:04 +0000 (00:18 +0000)
on solaris.

gdb/ChangeLog
gdb/m88k-tdep.c

index 7df730565e52d78cdbbfad1bed2247589e976d6c..3e72fe5ec72adfbc4e47702ce9ed4cb6de4f9c45 100644 (file)
@@ -1,3 +1,8 @@
+Mon Aug 23 17:16:23 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * m88k-tdep.c: remove include of sys/dir.h.  Appears unnecessary
+         and isn't available on solaris.
+
 Mon Aug 23 14:56:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * config/m88k/{delta88v4.mt,delta88v4.mh}: New files
index b7907d9668de1ef6eaf0fb032496727a1aab8050..63a545fd3c70c35e5045bccfdf79b2325c942425 100644 (file)
@@ -27,7 +27,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif
 
 #include <sys/param.h>
-#include <sys/dir.h>
 #include <signal.h>
 #include "gdbcore.h"
 #include <sys/user.h>