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 | 4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135 (patch) | |
tree | 63a806bea5f0fd97c92dd98419dea2fef3cbdda2 /gdb/procfs.c | |
parent | 944d780c6e86df3d8af2c2a1ac2e988cb0fee4c6 (diff) | |
download | gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.zip gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.tar.gz gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.tar.bz2 |
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 65d306e..73716e6 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 */ |