From: Stephen Hemminger Date: Fri, 23 Oct 2015 06:36:49 +0000 (-0700) Subject: update kernel headers X-Git-Tag: v4.3.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89bb4c6aca8a3b8fe009ece35f4b7380a28ef44d;p=thirdparty%2Fiproute2.git update kernel headers Track upstream --- diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 3fe10b054..32449478c 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -160,7 +160,7 @@ struct rtattr { /* Macros to handle rtattributes */ -#define RTA_ALIGNTO 4 +#define RTA_ALIGNTO 4U #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) ) #define RTA_OK(rta,len) ((len) >= (int)sizeof(struct rtattr) && \ (rta)->rta_len >= sizeof(struct rtattr) && \