From owner-svn-src-all@FreeBSD.ORG Wed Oct 8 12:48:50 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C926B10; Wed, 8 Oct 2014 12:48:50 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0497EAB6; Wed, 8 Oct 2014 12:48:50 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id CB0D2B93B; Wed, 8 Oct 2014 08:48:47 -0400 (EDT) From: John Baldwin To: Steven Hartland Subject: Re: svn commit: r272738 - in head/sys: dev/mrsas modules/mrsas modules/mrsas/mrsas_linux Date: Wed, 08 Oct 2014 08:48:37 -0400 Message-ID: <1896519.jz39uM6CZQ@ralph.baldwin.cx> User-Agent: KMail/4.12.5 (FreeBSD/10.1-BETA2; KDE/4.12.5; amd64; ; ) In-Reply-To: <81F46B899A5843B7B0D07649108D5A97@multiplay.co.uk> References: <201410080930.s989Uat9073960@svn.freebsd.org> <81F46B899A5843B7B0D07649108D5A97@multiplay.co.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 08 Oct 2014 08:48:47 -0400 (EDT) Cc: Kashyap D Desai , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 12:48:50 -0000 On Wednesday, October 08, 2014 10:50:47 AM Steven Hartland wrote: > I thought it was convension to avoid using $FreeBSD$ in code comments > instead use the __FBSDID e.g. > > #include > __FBSDID("$FreeBSD$"); > #include > > Could anyone confirm? > > Regards > Steve Yes, C files use __FBSDID(). I believe headers use a bare $FreeBSD$ comment after the license block. -- John Baldwin