From owner-cvs-all Mon Feb 25 5:46:12 2002 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 33AA937B400; Mon, 25 Feb 2002 05:46:07 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 25 Feb 2002 13:46:06 +0000 (GMT) Date: Mon, 25 Feb 2002 13:46:05 +0000 From: David Malone To: Maxim Sobolev 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> References: <200202251324.g1PDO2Q23389@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200202251324.g1PDO2Q23389@freefall.freebsd.org> User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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