Date: Thu, 30 Jan 1997 14:50:10 -0800 (PST) From: Mike Pritchard <mpp> To: freebsd-hackers Subject: grp.h Message-ID: <199701302250.OAA07477@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Shouldn't the declaration in grp.h read:
gid_t gr_gid;
instead of:
int gr_gid;
like it currently does?
It also looks like pwd.h also declares the uid and gid as ints
instead of using the typedefs.
--
Mike Pritchard
mpp@FreeBSD.org
"Go that way. Really fast. If something gets in your way, turn"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701302250.OAA07477>
