From owner-cvs-all Fri Feb 1 15:16:44 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 3CB5337B404; Fri, 1 Feb 2002 15:16:39 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g11NGdm34901; Fri, 1 Feb 2002 15:16:39 -0800 (PST) (envelope-from bde) Message-Id: <200202012316.g11NGdm34901@freefall.freebsd.org> From: Bruce Evans Date: Fri, 1 Feb 2002 15:16:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getgrouplist.c 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 bde 2002/02/01 15:16:39 PST Modified files: lib/libc/gen getgrouplist.c Log: Fixed syntax error in previous commit. It was non-fatal because it was in conditional code that happens not to be compiled, and because gcc doesn't complain garbage after #endif by default. Fixed some style bugs in previous commit, 1.8 and 1.1. Revision Changes Path 1.10 +5 -3 src/lib/libc/gen/getgrouplist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message