aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-02-19 03:20:20 +0000
committerIan Lance Taylor <ian@airs.com>1994-02-19 03:20:20 +0000
commit56173dc599f4133663486b6e4ffd600d79e9eb2f (patch)
tree90d1e216477f4c75fe5d8fd7b11d5792db998c5d /gdb
parentc84bab2d7005f231482b94085d36d2f98bacb028 (diff)
downloadfsf-binutils-gdb-56173dc599f4133663486b6e4ffd600d79e9eb2f.zip
fsf-binutils-gdb-56173dc599f4133663486b6e4ffd600d79e9eb2f.tar.gz
fsf-binutils-gdb-56173dc599f4133663486b6e4ffd600d79e9eb2f.tar.bz2
* hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or
<sys/stat.h>; not needed.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/hp300ux-nat.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 662115c..618dbd2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/hp300ux-nat.c b/gdb/hp300ux-nat.c
index af852fc..002256b 100644
--- a/gdb/hp300ux-nat.c
+++ b/gdb/hp300ux-nat.c
@@ -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;