diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-25 06:49:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-25 06:49:01 +0000 |
commit | ce2bb7644788327e2445d883a95753b9d53d1fda (patch) | |
tree | 1f5a9ce92ff23e368429696040b65e26de321cab /gdb/procfs.c | |
parent | 76426319be624f6718215b2d1ebc613c7ea15400 (diff) | |
download | gdb-ce2bb7644788327e2445d883a95753b9d53d1fda.tar.gz |
Replace <sys/dir.h> (and <dirent.h>) with "gdb_dirent.h".
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 65d306e9807..73716e6e457 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -1,5 +1,5 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright 1999 Free Software Foundation, Inc. + Copyright 1999-2000 Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. @@ -76,7 +76,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef NEW_PROC_API #include <sys/types.h> -#include <dirent.h> /* opendir/readdir, for listing the LWP's */ +#include "gdb_dirent.h" /* opendir/readdir, for listing the LWP's */ #endif #include <fcntl.h> /* for O_RDONLY */ |