Re: [PATCH] Remove prototypes of non-existent funcs from security/selinuxfiles

From: James Morris
Date: Sun Jul 18 2004 - 15:25:34 EST


Looks fine to me.

On Sun, 18 Jul 2004, Carl Spalletta wrote:
> diff -ru linux-2.6.7-orig/security/selinux/include/avc.h
> linux-2.6.7-new/security/selinux/include/avc.h
> --- linux-2.6.7-orig/security/selinux/include/avc.h 2004-06-15 22:19:01.000000000 -0700
> +++ linux-2.6.7-new/security/selinux/include/avc.h 2004-07-18 08:55:29.000000000 -0700
> @@ -130,7 +130,6 @@
> struct audit_buffer;
> void avc_dump_av(struct audit_buffer *ab, u16 tclass, u32 av);
> void avc_dump_query(struct audit_buffer *ab, u32 ssid, u32 tsid, u16 tclass);
> -void avc_dump_cache(struct audit_buffer *ab, char *tag);
>
> /*
> * AVC operations
> diff -ru linux-2.6.7-orig/security/selinux/ss/policydb.h
> linux-2.6.7-new/security/selinux/ss/policydb.h
> --- linux-2.6.7-orig/security/selinux/ss/policydb.h 2004-06-15 22:19:43.000000000 -0700
> +++ linux-2.6.7-new/security/selinux/ss/policydb.h 2004-07-18 08:55:15.000000000 -0700
> @@ -251,7 +251,6 @@
> extern int policydb_init(struct policydb *p);
> extern int policydb_index_classes(struct policydb *p);
> extern int policydb_index_others(struct policydb *p);
> -extern int constraint_expr_destroy(struct constraint_expr *expr);
> extern void policydb_destroy(struct policydb *p);
> extern int policydb_load_isids(struct policydb *p, struct sidtab *s);
> extern int policydb_context_isvalid(struct policydb *p, struct context *c);
>

--
James Morris
<jmorris@xxxxxxxxxx>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/