1999-08-13  Ulrich Drepper  <drepper@cygnus.com>

	* po/fr.po: Update.
This commit is contained in:
Ulrich Drepper 1999-08-13 19:59:17 +00:00
parent 5a260152e4
commit f9181e0e06
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-08-13 Ulrich Drepper <drepper@cygnus.com>
* po/fr.po: Update.
1999-08-11 Thorsten Kukuk <kukuk@suse.de>
* nis/nis_callback.c (internal_nis_do_callback): Free my_pollfd.

View File

@ -744,8 +744,8 @@ _dl_map_object_from_fd (const char *name, int fd, char *realname,
header = (void *) readbuf;
/* Check the header for basic validity. */
if (__builtin_expect (VALID_ELF_HEADER (header->e_ident, expected, EI_PAD),
0) != 0)
if (__builtin_expect (!VALID_ELF_HEADER (header->e_ident, expected, EI_PAD),
0))
{
/* Something is wrong. */
if (*(Elf32_Word *) &header->e_ident !=