projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5276e36
)
remove dupliate include
author
David MacKenzie
<djm@cygnus>
Thu, 15 Jul 1993 22:02:01 +0000
(22:02 +0000)
committer
David MacKenzie
<djm@cygnus>
Thu, 15 Jul 1993 22:02:01 +0000
(22:02 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ldmain.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 6931f9985ab43a1c8e1f50e60ffcaa5e6e127fd3..63b9a434d6eb87029e64465185a3791fc41addc7 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,8
@@
+Thu Jul 15 12:44:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
+
+ * ldmain.c: Don't include sys/stat.h; it already got included
+ somewhere along the way.
+
Thu Jul 15 14:43:34 1993 Doug Evans (dje@canuck.cygnus.com)
* Makefile.in: Add h8300h support.
diff --git
a/ld/ldmain.c
b/ld/ldmain.c
index cb2eada0bc3529565c6998f24cdce0927dce589d..39fc2dfdcf1f5138d3ad0041db6b9ae158a7375a 100644
(file)
--- 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