Update of /cvsroot/sblim/cmpi-remote
In directory vz-cvs-3.sog:/tmp/cvs-serv28640
Modified Files:
ticket.h
Log Message:
[3277729] cmpi-remote issue on ppc, 32bit-64bit
Index: ticket.h
===================================================================
RCS file: /cvsroot/sblim/cmpi-remote/ticket.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ticket.h 23 Feb 2011 22:45:18 -0000 1.8
+++ ticket.h 29 Apr 2011 20:40:42 -0000 1.9
@@ -33,7 +33,7 @@
uint64_t id; /*!< ticket id */
uint64_t broker_long; /*!< originating broker */
struct comm_ticket * next; /*! next element pointer */
-#if SIZEOF_INT == SIZEOF_VOIDP /* are we 32-bit? (could do this better...) */
+#if (__WORDSIZE == 32)
char padding[4];
#endif
};
|