Date: Mon, 25 Feb 2002 17:08:04 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Alexey Dokuchaev <danfe@cytherea.weblab.nsu.ru> Cc: David Malone <dwmalone@maths.tcd.ie>, Maxim Sobolev <sobomax@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include grp.h Message-ID: <20020225140801.GF33818@nagual.pp.ru> In-Reply-To: <20020225194934.A96887@cytherea.weblab.nsu.ru> References: <200202251324.g1PDO2Q23389@freefall.freebsd.org> <20020225134605.GA48378@walton.maths.tcd.ie> <20020225194934.A96887@cytherea.weblab.nsu.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 25, 2002 at 19:49:34 +0600, Alexey Dokuchaev wrote: > On Mon, Feb 25, 2002 at 01:46:05PM +0000, David Malone wrote: > > 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. > > I agree with David and fjoe. Your agreement based on what? Please read POSIX. <grp.h> is standalone per POSIX. When susv2 is in conflict with POSIX, POSIX preferred since programs will use POSIX. -- Andrey A. Chernov http://ache.pp.ru/ 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?20020225140801.GF33818>