Browse Source

remove dupliate include

gdb-4_18-branch
David MacKenzie 34 years ago
parent
commit
922018a10c
  1. 5
      ld/ChangeLog
  2. 2
      ld/ldmain.c

5
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.

2
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

Loading…
Cancel
Save