K 10 svn:author V 3 pjd K 8 svn:date V 27 2007-01-25T20:48:14.000000Z K 7 svn:log V 247 MFp4: When user is not a member of the group which owns a file, even if he is the file's owner, he can't set set-gid bit. POSIX requires to return 0 and clear the bit, but FreeBSD returns EPERM for UFS in such case. For now do the same in ZFS. END