commit 314b6efeda4396711b44d7619d09e342623d1abc Author: YONETANI Tomokazu <y0netan1 at 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