From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 30 Jun 2006 15:34:50 -0000 Subject: [Cluster-devel] cluster/group/daemon cman.c Message-ID: <20060630153450.24442.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland at sourceware.org 2006-06-30 15:34:50 Modified files: group/daemon : cman.c Log message: to be consistent, instead of "libcman.h" Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cman.c.diff?cvsroot=cluster&r1=1.25&r2=1.26 --- cluster/group/daemon/cman.c 2006/06/30 15:29:17 1.25 +++ cluster/group/daemon/cman.c 2006/06/30 15:34:50 1.26 @@ -1,8 +1,8 @@ /* Interface with openais's cman API */ +#include #include "gd_internal.h" -#include "libcman.h" static cman_handle_t ch; static int old_quorate;