aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_acl_posix1e.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-12-08 20:09:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-12-08 20:09:00 +0000
commit959b7375edc06472c448b83fcfc187ed41edd715 (patch)
tree3d89528d62b34f14d3286d2c0c78e7c2fee71f3b /sys/kern/subr_acl_posix1e.c
parentcc3f51b5373ab21a53d8a3a55f0b9e9ddec5fa7a (diff)
downloadsrc-959b7375edc06472c448b83fcfc187ed41edd715.tar.gz
src-959b7375edc06472c448b83fcfc187ed41edd715.zip
Staticize some malloc M_ instances.
Notes
Notes: svn path=/head/; revision=69774
Diffstat (limited to 'sys/kern/subr_acl_posix1e.c')
-rw-r--r--sys/kern/subr_acl_posix1e.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c
index 3c9eb6e4a37e..0e9fc40acaa2 100644
--- a/sys/kern/subr_acl_posix1e.c
+++ b/sys/kern/subr_acl_posix1e.c
@@ -46,7 +46,7 @@
#include <sys/stat.h>
#include <sys/acl.h>
-MALLOC_DEFINE(M_ACL, "acl", "access control list");
+static MALLOC_DEFINE(M_ACL, "acl", "access control list");
static int vacl_set_acl(struct proc *p, struct vnode *vp, acl_type_t type,
struct acl *aclp);