public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix bug-if1 compilation
@ 2004-06-28 20:06 Jakub Jelinek
  2004-06-29  0:34 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2004-06-28 20:06 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

bug-if1 lacks a prototype for strerror_r.
FYI: the test fails for me on about 50% of the test boxes
with invalid index returned result "eth1" (with interface names which are
down).

2004-06-28  Jakub Jelinek  <jakub@redhat.com>

	* inet/bug-if1.c: Include string.h.

--- libc/inet/bug-if1.c.jj	2004-06-28 21:57:38.000000000 +0200
+++ libc/inet/bug-if1.c	2004-06-28 22:01:07.704852046 +0200
@@ -20,6 +20,7 @@
 #include <errno.h>
 #include <limits.h>
 #include <stdio.h>
+#include <string.h>
 #include <net/if.h>
 
 
	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix bug-if1 compilation
  2004-06-28 20:06 [PATCH] Fix bug-if1 compilation Jakub Jelinek
@ 2004-06-29  0:34 ` Roland McGrath
  0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2004-06-29  0:34 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Ulrich Drepper, Glibc hackers

> bug-if1 lacks a prototype for strerror_r.

I put in the fix.  Thanks.

> FYI: the test fails for me on about 50% of the test boxes
> with invalid index returned result "eth1" (with interface names which are
> down).

There is already an open bugzilla item for this, though I haven't looked
into it.  http://sources.redhat.com/bugzilla/show_bug.cgi?id=232


Thanks,
Roland

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-29  0:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-28 20:06 [PATCH] Fix bug-if1 compilation Jakub Jelinek
2004-06-29  0:34 ` Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).