Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192401
b: refs/heads/master
c: 310de04
h: refs/heads/master
i:
  192399: cc6d698
v: v3
  • Loading branch information
James Morris committed Mar 15, 2010
1 parent 0655f57 commit c41d7a5
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: 77c160e7798b4141a0705c734397a9236bb0e726
refs/heads/master: 310de047eef6685274045db1e6b39c9f313df428
2 changes: 1 addition & 1 deletion trunk/scripts/selinux/genheaders/genheaders.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main(int argc, char *argv[])
fprintf(fout, "\n");

for (i = 1; i < isids_len; i++) {
char *s = initial_sid_to_string[i];
const char *s = initial_sid_to_string[i];
fprintf(fout, "#define SECINITSID_%s", s);
for (j = 0; j < max(1, 40 - strlen(s)); j++)
fprintf(fout, " ");
Expand Down

0 comments on commit c41d7a5

Please sign in to comment.