<sys/stat.h>; not needed.
+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
/* 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>
#include "gdbcore.h"
#include <sys/file.h>
-#include <sys/stat.h>
/* Get kernel_u_addr using HPUX-style nlist(). */
CORE_ADDR kernel_u_addr;