git: DragonFly_RELEASE_2_8 tmpfs - fix chgrp(), or chown() when

看板DFBSD_commit作者時間15年前 (2010/11/29 12:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 314b6efeda4396711b44d7619d09e342623d1abc Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org> Date: Mon Nov 22 11:35:48 2010 +0900 tmpfs - fix chgrp(), or chown() when one of uid/gid is to be unchanged uid/gid values from function arguments were being used instead of the ones arranged by vop_helper_chown(), accidentally setting one of them to -1 (4294967295) instead of leaving it unchanged. Summary of changes: sys/vfs/tmpfs/tmpfs_subr.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/314b6efeda4396711b44d7619d09e342623d1abc -- DragonFly BSD source repository
文章代碼(AID): #1Cyop6Dd (DFBSD_commit)