* hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or
authorIan Lance Taylor <ian@airs.com>
Sat, 19 Feb 1994 03:20:20 +0000 (03:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 19 Feb 1994 03:20:20 +0000 (03:20 +0000)
<sys/stat.h>; not needed.

gdb/ChangeLog
gdb/hp300ux-nat.c

index 662115c106b142bfff4250d4fe0224a7fdff931f..618dbd280ad6c7de9ef6e0b936b0cb0dff0e6864 100644 (file)
@@ -1,3 +1,8 @@
+Fri Feb 18 22:17:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or
+       <sys/stat.h>; not needed.
+
 Fri Feb 18 08:26:29 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * stack.c (print_frame_info): In "pathological" case, don't
index af852fc14e86bc617b5d34ba31a9956a9b0a3bba..002256bf0fbee3fce4685dbd13fc8608812af4da 100644 (file)
@@ -24,10 +24,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Defining this means some system include files define some extra stuff.  */
 #define WOPR
 #include <sys/param.h>
-#include <sys/dir.h>
 #include <signal.h>
 #include <sys/user.h>
-#include <sys/ioctl.h>
 #include <fcntl.h>
 
 #include <sys/ptrace.h>
@@ -37,7 +35,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "gdbcore.h"
 
 #include <sys/file.h>
-#include <sys/stat.h>
 
 /* Get kernel_u_addr using HPUX-style nlist().  */
 CORE_ADDR kernel_u_addr;