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 7df7305..3e72fe5 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 b7907d9..63a545f 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>