This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / security / selinux / ss / mls.c
index 9f06141..f54ad88 100644 (file)
@@ -654,7 +654,7 @@ int cat_destroy(void *key, void *datum, void *p)
 
 int sens_read(struct policydb *p, struct hashtab *h, void *fp)
 {
-       char *key = NULL;
+       char *key = 0;
        struct level_datum *levdatum;
        int rc;
        u32 *buf, len;
@@ -707,7 +707,7 @@ bad:
 
 int cat_read(struct policydb *p, struct hashtab *h, void *fp)
 {
-       char *key = NULL;
+       char *key = 0;
        struct cat_datum *catdatum;
        int rc;
        u32 *buf, len;