public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix nscd_getgr_r.c
@ 2004-07-05  9:00 Jakub Jelinek
  2004-07-05 17:10 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2004-07-05  9:00 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

On i686/x86_64/ia64 this header is included through hp-timing,
but not on the rest of arches.

2004-07-05  Jakub Jelinek  <jakub@redhat.com>

	* nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.

--- libc/nscd/nscd_getgr_r.c.jj	2004-06-11 14:45:54.000000000 +0200
+++ libc/nscd/nscd_getgr_r.c	2004-07-05 10:55:24.321822102 +0200
@@ -29,6 +29,7 @@
 #include <sys/uio.h>
 #include <sys/un.h>
 #include <not-cancel.h>
+#include <stdio-common/_itoa.h>
 
 #include "nscd-client.h"
 #include "nscd_proto.h"

	Jakub

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

* Re: [PATCH] Fix nscd_getgr_r.c
  2004-07-05  9:00 [PATCH] Fix nscd_getgr_r.c Jakub Jelinek
@ 2004-07-05 17:10 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2004-07-05 17:10 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Glibc hackers

Applied.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

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

end of thread, other threads:[~2004-07-05 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-05  9:00 [PATCH] Fix nscd_getgr_r.c Jakub Jelinek
2004-07-05 17:10 ` Ulrich Drepper

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