From 5e69b2095ecb29895ebee8450d976d263a03c913 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 3 May 2005 14:26:01 -0700 Subject: [PATCH] --- yaml --- r: 823 b: refs/heads/master c: 526bdb80a23b2e10ed4ccc3fcf309c9118d892d6 h: refs/heads/master i: 821: 76b4c05a06a844efcef77dc5cf1bd9fb382fc9ab 819: 710b23d315a9b6ed5893749dabf8d2ae8f049bac 815: 6956eba1e39e9b674d4bdb4c5d42dd135b08d759 v: v3 --- [refs] | 2 +- trunk/include/linux/xfrm.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 961356247dc6..b31099d9c83e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e4553eddae592b948c9695c9a0002169b0cab6fc +refs/heads/master: 526bdb80a23b2e10ed4ccc3fcf309c9118d892d6 diff --git a/trunk/include/linux/xfrm.h b/trunk/include/linux/xfrm.h index f0df02ae68a4..4d19b9e65317 100644 --- a/trunk/include/linux/xfrm.h +++ b/trunk/include/linux/xfrm.h @@ -140,8 +140,9 @@ enum { XFRM_MSG_FLUSHPOLICY, #define XFRM_MSG_FLUSHPOLICY XFRM_MSG_FLUSHPOLICY - XFRM_MSG_MAX + __XFRM_MSG_MAX }; +#define XFRM_MSG_MAX (__XFRM_MSG_MAX - 1) struct xfrm_user_tmpl { struct xfrm_id id;