summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-24 08:43:04 +0000
committerbde <bde@FreeBSD.org>1996-09-24 08:43:04 +0000
commit86c863abe8f56df1d8eb4b0ff115423a0f055a44 (patch)
treec38d3e1566928b2978ebda47d2307d0f9f3f39f6 /gnu/usr.bin
parentd2512c2bf99a15faab2ee38b498042767afbfc50 (diff)
downloadFreeBSD-src-86c863abe8f56df1d8eb4b0ff115423a0f055a44.zip
FreeBSD-src-86c863abe8f56df1d8eb4b0ff115423a0f055a44.tar.gz
Really eliminated includes of the "temporary" backwards compatibility
header <sys/dir.h> in applications. My previous sweep didn't find the places that included it without needing it.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gdb/bfd/trad-core.c1
-rw-r--r--gnu/usr.bin/gdb/gdb/coredep.c1
-rw-r--r--gnu/usr.bin/gdb/gdb/infptrace.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/gdb/bfd/trad-core.c b/gnu/usr.bin/gdb/bfd/trad-core.c
index 78a70a7..c79ac3a 100644
--- a/gnu/usr.bin/gdb/bfd/trad-core.c
+++ b/gnu/usr.bin/gdb/bfd/trad-core.c
@@ -34,7 +34,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include <sys/types.h>
#include <sys/param.h>
-#include <sys/dir.h>
#include <signal.h>
#include <sys/user.h> /* After a.out.h */
diff --git a/gnu/usr.bin/gdb/gdb/coredep.c b/gnu/usr.bin/gdb/gdb/coredep.c
index e27d2e4..db75ff6 100644
--- a/gnu/usr.bin/gdb/gdb/coredep.c
+++ b/gnu/usr.bin/gdb/gdb/coredep.c
@@ -29,7 +29,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* These are needed on various systems to expand REGISTER_U_ADDR. */
#ifndef USG
-#include <sys/dir.h>
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/user.h>
diff --git a/gnu/usr.bin/gdb/gdb/infptrace.c b/gnu/usr.bin/gdb/gdb/infptrace.c
index 36a4b4c..05f448c 100644
--- a/gnu/usr.bin/gdb/gdb/infptrace.c
+++ b/gnu/usr.bin/gdb/gdb/infptrace.c
@@ -28,7 +28,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#include <sys/param.h>
-#include <sys/dir.h>
#include <signal.h>
#include <sys/ioctl.h>
OpenPOWER on IntegriCloud