mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-03 21:02:48 +00:00
update kernel headers
Track upstream
This commit is contained in:
parent
2f4e171f7d
commit
89bb4c6aca
@ -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) && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user