On 06/01/2011 09:14 AM, Jan Friesse wrote: > From: Angus Salkeld <[email protected]> > > git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2805 > fd59a12c-fef9-0310-b244-a6a79926bd2f > (cherry picked from commit 1df867599566c6a667d6a053a00801785ddefc8a) > --- > test/testcpg.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/test/testcpg.c b/test/testcpg.c > index 44556f9..bab6006 100644 > --- a/test/testcpg.c > +++ b/test/testcpg.c > @@ -34,6 +34,7 @@ > > #include <config.h> > > +#include <inttypes.h> > #include <stdio.h> > #include <stdlib.h> > #include <errno.h> > @@ -140,7 +141,8 @@ static void TotemConfchgCallback ( > { > int i; > > - printf("\nTotemConfchgCallback: ringid (%u.%llu)\n", ring_id.nodeid, > ring_id.seq); > + printf ("\nTotemConfchgCallback: ringid (%u.%"PRIu64")\n", > + ring_id.nodeid, ring_id.seq); > > printf("active processors %lu: ", > (unsigned long int) member_list_entries);
Reviewed-by: Steven Dake <[email protected]> _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
