Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94061
b: refs/heads/master
c: 30aa4fa
h: refs/heads/master
i:
  94059: 643e134
v: v3
  • Loading branch information
Casey Schaufler authored and Linus Torvalds committed Apr 28, 2008
1 parent 16c22e7 commit 726899a
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: 55d00ccfb336b4f85a476a24e18c17b2eaff919e
refs/heads/master: 30aa4faf62b2dd9b239ae06ca7a85f1d36d7ef25
4 changes: 2 additions & 2 deletions trunk/security/smack/smackfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ static const struct file_operations smk_load_ops = {
/**
* smk_cipso_doi - initialize the CIPSO domain
*/
void smk_cipso_doi(void)
static void smk_cipso_doi(void)
{
int rc;
struct cipso_v4_doi *doip;
Expand Down Expand Up @@ -350,7 +350,7 @@ void smk_cipso_doi(void)
/**
* smk_unlbl_ambient - initialize the unlabeled domain
*/
void smk_unlbl_ambient(char *oldambient)
static void smk_unlbl_ambient(char *oldambient)
{
int rc;
struct netlbl_audit audit_info;
Expand Down

0 comments on commit 726899a

Please sign in to comment.