Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91712
b: refs/heads/master
c: 719a2f8
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed Apr 21, 2008
1 parent e9644d6 commit ed416c0
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: 7696ee80ac037959fc708156255d1bfec1f9ad70
refs/heads/master: 719a2f8e5f7b07a3be0d59fdc6edeb8120653918
4 changes: 2 additions & 2 deletions trunk/security/selinux/ss/hashtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include "hashtab.h"

struct hashtab *hashtab_create(u32 (*hash_value)(struct hashtab *h, const void *key),
int (*keycmp)(struct hashtab *h, const void *key1, const void *key2),
u32 size)
int (*keycmp)(struct hashtab *h, const void *key1, const void *key2),
u32 size)
{
struct hashtab *p;
u32 i;
Expand Down

0 comments on commit ed416c0

Please sign in to comment.