summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/syscall/acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/syscall/acl.c')
-rw-r--r--usr/src/uts/common/syscall/acl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/syscall/acl.c b/usr/src/uts/common/syscall/acl.c
index 4895e7ade9..7b4b85a30a 100644
--- a/usr/src/uts/common/syscall/acl.c
+++ b/usr/src/uts/common/syscall/acl.c
@@ -31,8 +31,6 @@
* under license from the Regents of the University of California.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/param.h>
#include <sys/isa_defs.h>
#include <sys/types.h>
@@ -136,6 +134,7 @@ cacl(int cmd, int nentries, void *aclbufp, vnode_t *vp, int *rv)
ASSERT(vp);
bzero(&vsecattr, sizeof (vsecattr_t));
+ dfaclbsize = 0;
switch (cmd) {