CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/09/18 09:14:06
Modified files: usr.bin/stat : stat.c Log message: Fix typo in previous: group_from_gid(st->st_gid, 1), not st_uid. This broke the chmod regression test, as noted and tracked down by bluhm. ok millert