aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-07-15 22:02:01 +0000
committerDavid MacKenzie <djm@cygnus>1993-07-15 22:02:01 +0000
commit922018a10c65158a689aca0cc898f165bd252cba (patch)
tree77f7dc543ffe7eda514ffd6ab12dfdd46917addc /ld/ldmain.c
parent5276e361db1a5ed61deb65fe1b70e5abbd70a5c1 (diff)
downloadgdb-922018a10c65158a689aca0cc898f165bd252cba.zip
gdb-922018a10c65158a689aca0cc898f165bd252cba.tar.gz
gdb-922018a10c65158a689aca0cc898f165bd252cba.tar.bz2
remove dupliate include
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index cb2eada..39fc2df 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "ldctor.h"
#include "lderror.h"
-#include <sys/stat.h>
+/* Somewhere above, sys/stat.h got included . . . . */
#if !defined(S_ISDIR) && defined(S_IFDIR)
#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
#endif