summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/setfacl/setfacl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/setfacl/setfacl.c b/usr/src/cmd/setfacl/setfacl.c
index e9fb1896a9..54e7fa6d2c 100644
--- a/usr/src/cmd/setfacl/setfacl.c
+++ b/usr/src/cmd/setfacl/setfacl.c
@@ -19,8 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 1993, 2010, Oracle and/or its affiliates. All rights reserved.
*/
/*
@@ -407,7 +406,7 @@ convert_to_aclent_t(char *entryp, int *cntp, aclent_t **aclpp, int mode)
{
aclent_t *new_aclp;
aclent_t tmpacl;
- aclent_t *taclp, *centry, *gentry;
+ aclent_t *taclp, *centry = NULL, *gentry = NULL;
int cur_cnt;
int found = 0;
int is_obj;