From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Caulfield Date: Fri, 01 Sep 2006 08:39:07 +0100 Subject: [Cluster-devel] libcman.h causes problems in CPP programs In-Reply-To: <9B2FEC4CE7E80B4A965F1D9ADF22B173046FC826@CORPUSMX40B.corp.emc.com> References: <9B2FEC4CE7E80B4A965F1D9ADF22B173046FC826@CORPUSMX40B.corp.emc.com> Message-ID: <44F7E39B.4030204@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Zelikov_Mikhail at emc.com wrote: > libcman.h contains prototypes with a CPP reserved word "private" which > causes problems during compilation. It can be fixed by changing to > "_private": > For example, change > cman_handle_t cman_init(void *private); > to > cman_handle_t cman_init(void *_private); > Thanks, I'll commit that. -- patrick