Date: Mon, 25 Feb 2002 13:46:05 +0000 From: David Malone <dwmalone@maths.tcd.ie> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include grp.h Message-ID: <20020225134605.GA48378@walton.maths.tcd.ie> In-Reply-To: <200202251324.g1PDO2Q23389@freefall.freebsd.org> References: <200202251324.g1PDO2Q23389@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 25, 2002 at 05:24:02AM -0800, Maxim Sobolev wrote: > sobomax 2002/02/25 05:24:02 PST > > Modified files: > include grp.h > Log: > In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t), > so that <sys/types.h> is now required. Add it, otherwise it breaks > some ports. sys/types.h seems to be listed as a requirement for grp.h in our man pages and susv2. Are you sure this is thr right fix? Usually we just require people to use the right headers. David. 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?20020225134605.GA48378>