public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - cman: explicitly include limits.h
@ 2009-05-28 13:18 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-05-28 13:18 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=752ec0decd9c79f0391b49db273feef1224a4d47
Commit:        752ec0decd9c79f0391b49db273feef1224a4d47
Parent:        8be9dd0985a6c528396503c899bfab306e3c044c
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Thu May 28 15:17:17 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu May 28 15:17:17 2009 +0200

cman: explicitly include limits.h

this is required on newer glibc/kernel versions.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 cman/tests/sysman.c  |    1 +
 cman/tests/sysmand.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cman/tests/sysman.c b/cman/tests/sysman.c
index 028c030..afa8e8b 100644
--- a/cman/tests/sysman.c
+++ b/cman/tests/sysman.c
@@ -15,6 +15,7 @@
 #include <signal.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <limits.h>
 
 #define LOCAL_SOCKNAME "/var/run/sysman"
 static int open_local_sock(void);
diff --git a/cman/tests/sysmand.c b/cman/tests/sysmand.c
index 293e0f7..112526d 100644
--- a/cman/tests/sysmand.c
+++ b/cman/tests/sysmand.c
@@ -30,6 +30,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <limits.h>
 
 #include "libcman.h"
 #define LOCAL_SOCKNAME "/var/run/sysman"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-28 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-28 13:18 cluster: master - cman: explicitly include limits.h Fabio M. Di Nitto

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