From ed416c06b54ec59455db923b20658c6dbd7b5a0e Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Fri, 18 Apr 2008 17:38:31 -0400 Subject: [PATCH] --- yaml --- r: 91712 b: refs/heads/master c: 719a2f8e5f7b07a3be0d59fdc6edeb8120653918 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/security/selinux/ss/hashtab.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5fe7e81b311d..63b2eddf32d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7696ee80ac037959fc708156255d1bfec1f9ad70 +refs/heads/master: 719a2f8e5f7b07a3be0d59fdc6edeb8120653918 diff --git a/trunk/security/selinux/ss/hashtab.c b/trunk/security/selinux/ss/hashtab.c index 77b530c3bbce..2e7788e13213 100644 --- a/trunk/security/selinux/ss/hashtab.c +++ b/trunk/security/selinux/ss/hashtab.c @@ -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;