* fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.

* external.cc: Update copyright.
	* fhandler.cc: Ditto.
	* sec_helper.cc: Ditto.
	* security.h: Ditto.
	* security.cc: Ditto.
	(check_registry_access): Return -1 if W_OK is requested.
This commit is contained in:
Corinna Vinschen
2006-10-22 19:31:33 +00:00
parent 2be593d961
commit fc545fe933
7 changed files with 21 additions and 6 deletions

View File

@ -689,7 +689,7 @@ fhandler_disk_file::facl (int cmd, int nentries, __aclent32_t *aclbufp)
break;
case GETACL:
if (!aclbufp)
set_errno(EFAULT);
set_errno (EFAULT);
else if (nentries < MIN_ACL_ENTRIES)
set_errno (ENOSPC);
else