From owner-cvs-all Wed Nov 28 7:49: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id BA75237B405; Wed, 28 Nov 2001 07:49:01 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fASFmki38925; Wed, 28 Nov 2001 10:48:46 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 28 Nov 2001 10:48:46 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Anton Berezin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen initgroups.3 initgroups.c In-Reply-To: <200111281055.fASAt3576380@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Hmm. That will probably remove the message I saw the various KDE tools constantly spitting out, and had always assumed was the KDE code complaining, rather than the library code. I should probably follow up on that to be sure, but sounds like a good change to me :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Wed, 28 Nov 2001, Anton Berezin wrote: > 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