Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235083
b: refs/heads/master
c: ced3b93
h: refs/heads/master
i:
  235081: feff886
  235079: 4a6c5c9
v: v3
  • Loading branch information
Shan Wei authored and James Morris committed Jan 23, 2011
1 parent c6af293 commit c90aa6b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: 7898e1f8e9eb1bee88c92d636e0ab93f2cbe31c6
refs/heads/master: ced3b93018a9633447ddeb12a96f25e08154cbe7
1 change: 0 additions & 1 deletion trunk/security/selinux/ss/avtab.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ void avtab_cache_destroy(void);

#define MAX_AVTAB_HASH_BITS 11
#define MAX_AVTAB_HASH_BUCKETS (1 << MAX_AVTAB_HASH_BITS)
#define MAX_AVTAB_HASH_MASK (MAX_AVTAB_HASH_BUCKETS-1)

#endif /* _SS_AVTAB_H_ */

1 change: 0 additions & 1 deletion trunk/security/selinux/ss/ebitmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ struct ebitmap {
};

#define ebitmap_length(e) ((e)->highbit)
#define ebitmap_startbit(e) ((e)->node ? (e)->node->startbit : 0)

static inline unsigned int ebitmap_start_positive(struct ebitmap *e,
struct ebitmap_node **n)
Expand Down

0 comments on commit c90aa6b

Please sign in to comment.