util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libuuid: add limits.h include for OPEN_MAX
@ 2011-09-06 22:41 maximilian attems
  2011-09-07  5:48 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: maximilian attems @ 2011-09-06 22:41 UTC (permalink / raw)
  To: util-linux; +Cc: maximilian attems

Needed as definition for usage in close_all_fds().
Noticed on klibc build.

Signed-off-by: maximilian attems <max@stro.at>
---
 libuuid/src/gen_uuid.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libuuid/src/gen_uuid.c b/libuuid/src/gen_uuid.c
index f4c8997..492bb75 100644
--- a/libuuid/src/gen_uuid.c
+++ b/libuuid/src/gen_uuid.c
@@ -53,6 +53,7 @@
 #include <string.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <limits.h>
 #include <sys/types.h>
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
-- 
1.7.5.4


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

* Re: [PATCH] libuuid: add limits.h include for OPEN_MAX
  2011-09-06 22:41 [PATCH] libuuid: add limits.h include for OPEN_MAX maximilian attems
@ 2011-09-07  5:48 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2011-09-07  5:48 UTC (permalink / raw)
  To: maximilian attems; +Cc: util-linux

On Wed, Sep 07, 2011 at 12:41:25AM +0200, maximilian attems wrote:
>  libuuid/src/gen_uuid.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

 Applied, thanks.

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

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

end of thread, other threads:[~2011-09-07  5:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 22:41 [PATCH] libuuid: add limits.h include for OPEN_MAX maximilian attems
2011-09-07  5:48 ` Karel Zak

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 NNTP newsgroup(s).