Re: [dm-devel] [PATCH] multipath-tools: libdmmp: Fix incorrect use of __attribute__

2017-03-16 Thread Christophe Varoqui
Applied Thanks. On Sat, Mar 11, 2017 at 3:12 PM, Gris Ge wrote: > According to https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html , > type attributes should be placed immediately after the struct, union or > enum keyword. > > Signed-off-by: Gris Ge > ---

[dm-devel] [PATCH] multipath-tools: libdmmp: Fix incorrect use of __attribute__

2017-03-11 Thread Gris Ge
According to https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html , type attributes should be placed immediately after the struct, union or enum keyword. Signed-off-by: Gris Ge --- libdmmp/libdmmp/libdmmp.h | 8 libdmmp/libdmmp_private.h | 3 ++- 2 files changed, 6