Fix typo in previous: group_from_gid(st->st_gid, 1), not st_uid.
authortb <tb@openbsd.org>
Tue, 18 Sep 2018 15:14:06 +0000 (15:14 +0000)
committertb <tb@openbsd.org>
Tue, 18 Sep 2018 15:14:06 +0000 (15:14 +0000)
commitf102d685f14ca856783f29dde899b5e0a281e429
tree99252fa715089c2915374d4df5ace6c005af0d3f
parent3f41b616a513af6c3ccd5d9a008d6ab30468d7e6
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
usr.bin/stat/stat.c