aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/selinux/ss/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/selinux/ss/symtab.h')
-rw-r--r--security/selinux/ss/symtab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/ss/symtab.h b/security/selinux/ss/symtab.h
index d75fcafe7281..f145301b9d9f 100644
--- a/security/selinux/ss/symtab.h
+++ b/security/selinux/ss/symtab.h
@@ -13,7 +13,7 @@
#include "hashtab.h"
struct symtab {
- struct hashtab *table; /* hash table (keyed on a string) */
+ struct hashtab table; /* hash table (keyed on a string) */
u32 nprim; /* number of primary names in table */
};