Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 94e25c1926966bc54cc96e0bfc2ca460 > files > 3

beast-0.7.1-5mdv2009.0.src.rpm

Index: beast-0.7.1/birnet/birnetcdefs.h
===================================================================
--- beast-0.7.1.orig/birnet/birnetcdefs.h	2008-02-09 14:32:27.000000000 +0000
+++ beast-0.7.1/birnet/birnetcdefs.h	2008-02-09 14:32:42.000000000 +0000
@@ -245,10 +245,12 @@
 typedef union {
   void	     *cond_pointer;
   BirnetUInt8 cond_dummy[MAX (8, BIRNET_SIZEOF_PTH_COND_T)];
+  long long int align;
 } BirnetCond;
 typedef union {
   void	     *mutex_pointer;
   BirnetUInt8 mutex_dummy[MAX (8, BIRNET_SIZEOF_PTH_MUTEX_T)];
+  long long int align;
 } BirnetMutex;
 typedef struct {
   BirnetMutex   mutex;