Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110748
b: refs/heads/master
c: 421fae0
h: refs/heads/master
v: v3
  • Loading branch information
Vesa-Matti Kari authored and James Morris committed Aug 6, 2008
1 parent 978c329 commit ba71768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15446235367fa4a621ff5abfa4b6ebbe25b33763
refs/heads/master: 421fae06be9e0dac45747494756b3580643815f9
2 changes: 1 addition & 1 deletion trunk/security/selinux/ss/conditional.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ba71768

Please sign in to comment.