CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/30 16:58:07
Modified files:
usr.sbin/user : user.c
Log message:
Since pwp->pw_gid is equal to pwp->pw_uid then use the former instead in
creategid() function and in the failure message since it makes more sense in
this chunck of code.
OK millert@
