Re: [DRBD-user] Problem Building on Linux for Power

2015-03-20 Thread Roland Kammerer
On Thu, Mar 19, 2015 at 07:30:53PM +, Neale Ferguson wrote: > In user/libgen1.h there is the following: > > #define __unused attribute(unused) > > It doesn’t appear that this definition is used by any of the drbd code but > in for Linux on Power, this name is used: Hi Neale, this was fixed

[DRBD-user] Problem Building on Linux for Power

2015-03-19 Thread Neale Ferguson
In user/libgen1.h there is the following: #define __unused attribute(unused) It doesn’t appear that this definition is used by any of the drbd code but in for Linux on Power, this name is used: typedef struct { unsigned long __unused[4]; int signal; : Causing the