Browse Source

* elf/check-textrel.c: Don't include "config.h".

cvs/glibc-2_5-branch
Ulrich Drepper 20 years ago
parent
commit
2f8d989662
  1. 4
      ChangeLog
  2. 1
      elf/check-textrel.c

4
ChangeLog

@ -1,3 +1,7 @@
2006-03-02 H.J. Lu <hongjiu.lu@intel.com>
* elf/check-textrel.c: Don't include "config.h".
2006-03-02 Jakub Jelinek <jakub@redhat.com>
* io/ftw.c (process_entry): If dir->streamfd != -1,

1
elf/check-textrel.c

@ -18,7 +18,6 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
#include "config.h"
#include <byteswap.h>
#include <elf.h>
#include <endian.h>

Loading…
Cancel
Save