From 20eb94edfbc642f81e0f18db7b17755a835b9401 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 3 May 2005 14:27:35 -0700 Subject: [PATCH] --- yaml --- r: 825 b: refs/heads/master c: d775fc09f16f4b88cd0373006b112c4772589778 h: refs/heads/master i: 823: 5e69b2095ecb29895ebee8450d976d263a03c913 v: v3 --- [refs] | 2 +- trunk/include/linux/rtnetlink.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 023b1c03ac36..5d68dbb53293 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 492b558b3191319cbc859a9e025bc354d336c261 +refs/heads/master: d775fc09f16f4b88cd0373006b112c4772589778 diff --git a/trunk/include/linux/rtnetlink.h b/trunk/include/linux/rtnetlink.h index 32e52769a00b..d607219af6ac 100644 --- a/trunk/include/linux/rtnetlink.h +++ b/trunk/include/linux/rtnetlink.h @@ -89,8 +89,8 @@ enum { RTM_GETANYCAST = 62, #define RTM_GETANYCAST RTM_GETANYCAST - RTM_MAX, -#define RTM_MAX RTM_MAX + __RTM_MAX, +#define RTM_MAX (((__RTM_MAX + 3) & ~3) - 1) }; /*