From owner-cvs-all Mon Feb 25 5:24: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49BEF37B400; Mon, 25 Feb 2002 05:24:02 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1PDO2Q23389; Mon, 25 Feb 2002 05:24:02 -0800 (PST) (envelope-from sobomax) Message-Id: <200202251324.g1PDO2Q23389@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 25 Feb 2002 05:24:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include grp.h X-FreeBSD-CVS-Branch: HEAD 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 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. Submitted by: Joe Marcus Clarke Revision Changes Path 1.6 +2 -0 src/include/grp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message