Re: chpass WARNS/lint fixes
Mike Barcroft <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.audit |
|---|---|
| Organization | The FreeBSD Project |
| Message-ID | <[email protected]> |
Mark Murray <[email protected]> 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 [email protected] with "unsubscribe freebsd-audit" in the body of the message