From owner-cvs-all Wed Nov 28 2:55: 9 2001 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 2201F37B419; Wed, 28 Nov 2001 02:55:03 -0800 (PST) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fASAt3576380; Wed, 28 Nov 2001 02:55:03 -0800 (PST) (envelope-from tobez) Message-Id: <200111281055.fASAt3576380@freefall.freebsd.org> From: Anton Berezin Date: Wed, 28 Nov 2001 02:55:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen initgroups.3 initgroups.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 tobez 2001/11/28 02:55:03 PST Modified files: lib/libc/gen initgroups.3 initgroups.c Log: Do not write warning messages on stderr - a caller is expected to check the return code and errno instead. Those warnings did not do any good for daemonized users of initgroups(3), and confused cvs clients that communicated with non-root cvs pserver. The committed fix differs from the one suggested in the PR, and was submitted by ru. PR: 15421 Approved by: markm Discussed on: -stable, -current at various times Revision Changes Path 1.11 +7 -3 src/lib/libc/gen/initgroups.3 1.5 +2 -8 src/lib/libc/gen/initgroups.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message