From ba71768c3292d380d210fd619e59863c471f9bd7 Mon Sep 17 00:00:00 2001 From: Vesa-Matti Kari Date: Wed, 6 Aug 2008 18:24:51 +0300 Subject: [PATCH] --- yaml --- r: 110748 b: refs/heads/master c: 421fae06be9e0dac45747494756b3580643815f9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/security/selinux/ss/conditional.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 622dd4e4f6b6..02955ae0a8c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15446235367fa4a621ff5abfa4b6ebbe25b33763 +refs/heads/master: 421fae06be9e0dac45747494756b3580643815f9 diff --git a/trunk/security/selinux/ss/conditional.h b/trunk/security/selinux/ss/conditional.h index 65b9f8366e9c..53ddb013ae57 100644 --- a/trunk/security/selinux/ss/conditional.h +++ b/trunk/security/selinux/ss/conditional.h @@ -28,7 +28,7 @@ struct cond_expr { #define COND_XOR 5 /* bool ^ bool */ #define COND_EQ 6 /* bool == bool */ #define COND_NEQ 7 /* bool != bool */ -#define COND_LAST 8 +#define COND_LAST COND_NEQ __u32 expr_type; __u32 bool; struct cond_expr *next;