From owner-freebsd-audit Sat Mar 23 2: 8:28 2002 Delivered-To: freebsd-audit@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id B87B137B400 for ; Sat, 23 Mar 2002 02:08:24 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g2NA2Hp94438; Sat, 23 Mar 2002 05:02:17 -0500 (EST) (envelope-from mike) Date: Sat, 23 Mar 2002 05:02:17 -0500 From: Mike Barcroft To: Mark Murray Cc: audit@FreeBSD.ORG Subject: Re: chpass WARNS/lint fixes Message-ID: <20020323050217.J80338@espresso.q9media.com> References: <20020322223555.I80338@espresso.q9media.com> <200203230912.g2N9CqFc002263@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203230912.g2N9CqFc002263@grimreaper.grondar.org>; from mark@grondar.za on Sat, Mar 23, 2002 at 09:12:52AM +0000 Organization: The FreeBSD Project Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mark Murray writes: > > > @@ -39,10 +39,11 @@ > > > > > > #ifndef lint > > > static const char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94"; > > > -static const char rcsid[] = > > > - "$FreeBSD: src/usr.bin/chpass/chpass.c,v 1.20 2002/03/22 01:19:26 imp Exp $"; > > > #endif /* not lint */ > > > > The vendor ID should be restored from Rev 1.1 and then wrapped in > > #if 0 ... #endif. > > There is a __FBSDID() a little later. Or are you talking about $Id$ from the > original code? Yes, sorry, I was referring to foreign IDs (in this case UCB). See the description and example in style(9) for details. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message