From owner-cvs-all Sat Apr 21 16:33: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-27.dsl.lsan03.pacbell.net [63.207.60.27]) by hub.freebsd.org (Postfix) with ESMTP id AAE9237B423; Sat, 21 Apr 2001 16:32:53 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ECB4266B1C; Sat, 21 Apr 2001 16:32:52 -0700 (PDT) Date: Sat, 21 Apr 2001 16:32:52 -0700 From: Kris Kennaway To: David O'Brien Cc: Bruce Evans , Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xlint Makefile src/usr.bin/xlint/lint1 Makefile cgram.y decl.c emit.c emit1.c err.c externs.h externs1.h func.c init.c lint.h lint1.h main1.c mem.c mem1.c op.h param.h scan.l tree.c src/usr.bin/xlint/lint2 Makefile chk.c emit2.c ... Message-ID: <20010421163252.A23185@xor.obsecurity.org> References: <200104211117.f3LBHj314423@freefall.freebsd.org> <20010421160805.A80262@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010421160805.A80262@dragon.nuxi.com>; from obrien@FreeBSD.org on Sat, Apr 21, 2001 at 04:08:05PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 21, 2001 at 04:08:05PM -0700, David O'Brien wrote: > On Sun, Apr 22, 2001 at 05:58:30AM +1000, Bruce Evans wrote: > > The tab is correct for $NetBSD$, and for CSRG ids... The (2) spaces for > > $FreeBSD$ is a hack to give $FreeBSD$ some chance of fitting in 80 colu= mns. >=20 > Should be one (1) space (ASCII 0x20) between comment character and > initial '$': >=20 > # $FreeBSD$ >=20 > /* $FreeBSD$ */ >=20 > /* > * Box comment... > * > * $FreeBSD$ > * > */ >=20 > .\" $FreeBSD$ Please add this to style(9) along with information about how to embed other SCCSID and RCSID lines in the source. e.g: #ifndef lint static char const copyright[] =3D "@(#) Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\= n"; #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] =3D "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #endif static const char rcsid[] =3D "$FreeBSD: src/bin/ps/ps.c,v 1.37 2001/04/07 02:53:35 brian Exp $"; #endif /* not lint */ #ifndef lint I always have to check an existing file when I want to add a rcsid[] to a file, so I risk getting it wrong if I check the wrong one :-) Kris --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE64hikWry0BWjoQKURAgHMAKCiEG1niO/gFNpgvcd/avKJqTAnKwCZATFx IIEznjVWdPUDOF6GZ46O8pM= =viG8 -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message