Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169170
b: refs/heads/master
c: 85c3b52
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed Nov 22, 2009
1 parent cc985c2 commit 2a308c3
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: 821d35a56044e522e811f6a1e8632cc230360280
refs/heads/master: 85c3b529f8ad4d65ba86b982ef050212ae7dd976
2 changes: 1 addition & 1 deletion trunk/scripts/selinux/genheaders/genheaders.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct security_class_mapping {
#include "classmap.h"
#include "initial_sid_to_string.h"

#define max(x, y) ((x > y) ? x : y)
#define max(x, y) (((int)(x) > (int)(y)) ? x : y)

const char *progname;

Expand Down

0 comments on commit 2a308c3

Please sign in to comment.