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
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