From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25327 invoked by alias); 28 May 2009 13:18:15 -0000 Received: (qmail 25302 invoked by alias); 28 May 2009 13:18:14 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: master - cman: explicitly include limits.h To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8be9dd0985a6c528396503c899bfab306e3c044c X-Git-Newrev: 752ec0decd9c79f0391b49db273feef1224a4d47 From: "Fabio M. Di Nitto" Message-Id: <20090528131745.0A18D120210@lists.fedorahosted.org> Date: Thu, 28 May 2009 13:18:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00432.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=752ec0decd9c79f0391b49db273feef1224a4d47 Commit: 752ec0decd9c79f0391b49db273feef1224a4d47 Parent: 8be9dd0985a6c528396503c899bfab306e3c044c Author: Fabio M. Di Nitto AuthorDate: Thu May 28 15:17:17 2009 +0200 Committer: Fabio M. Di Nitto 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 --- 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 #include #include +#include #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 #include #include +#include #include "libcman.h" #define LOCAL_SOCKNAME "/var/run/sysman"