From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 21 May 2007 10:48:47 -0000 Subject: [Cluster-devel] cluster/cman/daemon ais.c barrier.c cmanccs.c ... Message-ID: <20070521104847.23131.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: pcaulfield at sourceware.org 2007-05-21 10:48:43 Modified files: cman/daemon : ais.c barrier.c cmanccs.c commands.c daemon.c Log message: Add swab.h for compiling against openais trunk Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.48&r2=1.49 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/barrier.c.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cmanccs.c.diff?cvsroot=cluster&r1=1.27&r2=1.28 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.62&r2=1.63 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.33&r2=1.34 --- cluster/cman/daemon/ais.c 2007/05/09 16:16:47 1.48 +++ cluster/cman/daemon/ais.c 2007/05/21 10:48:40 1.49 @@ -28,6 +28,7 @@ #include /* openais headers */ +#include #include #include #include --- cluster/cman/daemon/barrier.c 2006/06/30 13:00:26 1.8 +++ cluster/cman/daemon/barrier.c 2007/05/21 10:48:40 1.9 @@ -30,7 +30,7 @@ #include #include - +#include #include #include #include "list.h" --- cluster/cman/daemon/cmanccs.c 2007/05/18 10:13:35 1.27 +++ cluster/cman/daemon/cmanccs.c 2007/05/21 10:48:40 1.28 @@ -22,6 +22,8 @@ #include #include +#include + #include "list.h" #include "cnxman-socket.h" #include "cnxman-private.h" --- cluster/cman/daemon/commands.c 2007/05/18 10:13:35 1.62 +++ cluster/cman/daemon/commands.c 2007/05/21 10:48:40 1.63 @@ -30,6 +30,7 @@ #include #include +#include #include #include #include --- cluster/cman/daemon/daemon.c 2007/01/08 10:07:52 1.33 +++ cluster/cman/daemon/daemon.c 2007/05/21 10:48:40 1.34 @@ -29,6 +29,7 @@ #include #include +#include #include #include