good for merge On Wed, 2010-05-05 at 10:41 +1000, Angus Salkeld wrote: > Signed-off-by: Angus Salkeld <[email protected]> > --- > test/testcpg.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/test/testcpg.c b/test/testcpg.c > index 27ea516..5b314d4 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);
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
