Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169169
b: refs/heads/master
c: 821d35a
h: refs/heads/master
i:
  169167: 41e53aa
v: v3
  • Loading branch information
Alan Cox authored and James Morris committed Nov 18, 2009
1 parent 63a3fc6 commit cc985c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: dd8dbf2e6880e30c00b18600c962d0cb5a03c555
refs/heads/master: 821d35a56044e522e811f6a1e8632cc230360280
4 changes: 2 additions & 2 deletions trunk/scripts/selinux/genheaders/genheaders.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ struct security_class_mapping {

const char *progname;

void usage(void)
static void usage(void)
{
printf("usage: %s flask.h av_permissions.h\n", progname);
exit(1);
}

char *stoupperx(const char *s)
static char *stoupperx(const char *s)
{
char *s2 = strdup(s);
char *p;
Expand Down

0 comments on commit cc985c2

Please sign in to comment.