From b6543dd3c4a0f1677a87dc902f8cd78d4e38e4e4 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sun, 30 Apr 2006 04:57:22 +0000 Subject: [PATCH] Fix comile failures for BSD/Darwin port git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1019 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/aispoll.h | 2 ++ exec/ipc.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/exec/aispoll.h b/exec/aispoll.h index d205f1f7..54e4d1c5 100644 --- a/exec/aispoll.h +++ b/exec/aispoll.h @@ -34,6 +34,8 @@ #ifndef POLL_H_DEFINED #define POLL_H_DEFINED +#include + typedef void * poll_timer_handle; typedef unsigned int poll_handle; diff --git a/exec/ipc.c b/exec/ipc.c index cb6e279b..fc6d22b3 100644 --- a/exec/ipc.c +++ b/exec/ipc.c @@ -533,7 +533,7 @@ static int libais_deliver (struct conn_info *conn_info) conn_info->authenticated = 1; } if (conn_info->authenticated == 0) { - log_printf (LOG_LEVEL_SECURITY, "Connection not authenticated because gid is %d, expecting %d\n", egid, gid_valid); + log_printf (LOG_LEVEL_SECURITY, "Connection not authenticated because gid is %d, expecting %d\n", egid, g_gid_valid); } #endif }