remove gdb_dirent.h
authorTom Tromey <tromey@redhat.com>
Wed, 6 Nov 2013 14:28:57 +0000 (07:28 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 18 Nov 2013 20:29:01 +0000 (13:29 -0700)
commit2978b11100a6318e05b8bc2d7923d9f735ef5c6e
tree512725acc4ebc8bfc389d3b44c52aaea6f7c377f
parente26b6bb047e55e8c1465691886ee21117394b7a6
remove gdb_dirent.h

This removes gdb_dirent.h and updates the code to use dirent.h
instead.  It also removes the now-useless configure checks.

2013-11-18  Tom Tromey  <tromey@redhat.com>

* common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT.
* common/gdb_dirent.h: Remove.
* common/filestuff.c: Use dirent.h.
* common/linux-osdata.c: Use dirent.h.
(NAMELEN): Define.
* config.in: Rebuild.
* configure: Rebuild.
* configure.ac: Don't use AC_HEADER_DIRENT.
* linux-fork.c: Use dirent.h
* linux-nat.c: Use dirent.h.
* nto-procfs.c: Use dirent.h.
* procfs.c: Use dirent.h.

2013-11-18  Tom Tromey  <tromey@redhat.com>

* config.in: Rebuild.
* configure: Rebuild.
* configure.ac: Don't use AC_HEADER_DIRENT.
16 files changed:
gdb/ChangeLog
gdb/common/common.m4
gdb/common/filestuff.c
gdb/common/gdb_dirent.h [deleted file]
gdb/common/linux-osdata.c
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/gdbserver/ChangeLog
gdb/gdbserver/config.in
gdb/gdbserver/configure
gdb/gdbserver/configure.ac
gdb/linux-fork.c
gdb/linux-nat.c
gdb/nto-procfs.c
gdb/procfs.c
This page took 0.036792 seconds and 4 git commands to generate.