Date: Tue, 22 Jan 2002 09:32:53 -0800 (PST) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include grp.h unistd.h src/lib/libc/gen getgrent.3 getgrouplist.3 getgrouplist.c initgroups.3 initgroups.c Message-ID: <200201221732.g0MHWsr50424@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2002/01/22 09:32:53 PST Modified files: include grp.h unistd.h lib/libc/gen getgrent.3 getgrouplist.3 getgrouplist.c initgroups.3 initgroups.c Log: Use the proper type (gid_t) for (group)->gr_gid to be orthogonal with uid_t usage and (user)->pw_uid. PR: 3242 Revision Changes Path 1.4 +2 -1 src/include/grp.h 1.47 +2 -2 src/include/unistd.h 1.18 +1 -1 src/lib/libc/gen/getgrent.3 1.8 +3 -3 src/lib/libc/gen/getgrouplist.3 1.8 +8 -5 src/lib/libc/gen/getgrouplist.c 1.12 +1 -1 src/lib/libc/gen/initgroups.3 1.6 +4 -6 src/lib/libc/gen/initgroups.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201221732.g0MHWsr50424>