temp_acl          850 source3/modules/vfs_hpuxacl.c 	HPUX_ACE_T temp_acl;
temp_acl          852 source3/modules/vfs_hpuxacl.c 	temp_acl.a_type = aclp0->a_type;
temp_acl          853 source3/modules/vfs_hpuxacl.c 	temp_acl.a_id = aclp0->a_id;
temp_acl          854 source3/modules/vfs_hpuxacl.c 	temp_acl.a_perm = aclp0->a_perm;
temp_acl          860 source3/modules/vfs_hpuxacl.c 	aclp1->a_type = temp_acl.a_type;
temp_acl          861 source3/modules/vfs_hpuxacl.c 	aclp1->a_id = temp_acl.a_id;
temp_acl          862 source3/modules/vfs_hpuxacl.c 	aclp1->a_perm = temp_acl.a_perm;