From owner-svn-src-head@freebsd.org Sat Dec 30 19:29:21 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05A8EEA8960; Sat, 30 Dec 2017 19:29:21 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AC0FA68C4F; Sat, 30 Dec 2017 19:29:20 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with ESMTPA id VMmHe2TBFb3YIVMmIePw88; Sat, 30 Dec 2017 12:26:43 -0700 X-Authority-Analysis: v=2.2 cv=J/va1EvS c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=ocR9PWop10UA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=uJPH1WpERpn9X_kr0MMA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id E4609990; Sat, 30 Dec 2017 11:26:40 -0800 (PST) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id vBUJQeHA085903; Sat, 30 Dec 2017 11:26:40 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id vBUJQe7H085892; Sat, 30 Dec 2017 11:26:40 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201712301926.vBUJQe7H085892@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: "Pedro F. Giffuni" cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r327383 - head/sys/dev/ep In-Reply-To: Message from "Pedro F. Giffuni" of "Sat, 30 Dec 2017 15:13:33 +0000." <201712301513.vBUFDXKj082294@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 Dec 2017 11:26:40 -0800 X-CMAE-Envelope: MS4wfNNzDUJH0nGm6b/HgyyBXM6HELFvlaeSHuy0ZFk4VvH9VwTR9CVxGcBRjF685xa9/ueB9Hrek3zT5jZ7//vHP4vjd9gZqz8MeCdgUEiB0A/+wwoqxTVu +4uFvjwRSFbwegspfimELzgmSjT23ac735Zid8/mPyGKHuuTAdai8hB8PBM7w1kYG2d6w7PRLM+Lvt4AkIeH5gdlXkp7tKFps1q/9IJpG4GET2Eiy57JuPSj OswKq/2SxNM4F4GSp9x5InqRchWuXASLA+NIEaiI/9QHGg8VkeRoFe0yyMeQmmfJ X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 19:29:21 -0000 In message <201712301513.vBUFDXKj082294@repo.freebsd.org>, "Pedro F. Giffuni" w rites: > Author: pfg > Date: Sat Dec 30 15:13:33 2017 > New Revision: 327383 > URL: https://svnweb.freebsd.org/changeset/base/327383 > > Log: > elink.[ch]: Move historic VCS tags after the license. > > This matches better our common practices and style. > > Modified: > head/sys/dev/ep/elink.c > head/sys/dev/ep/elink.h > > Modified: head/sys/dev/ep/elink.c > ============================================================================= > = > --- head/sys/dev/ep/elink.c Sat Dec 30 12:56:50 2017 (r327382) > +++ head/sys/dev/ep/elink.c Sat Dec 30 15:13:33 2017 (r327383) > @@ -1,5 +1,3 @@ > -/* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ */ > - > /*- > * SPDX-License-Identifier: BSD-4-Clause > * > @@ -29,6 +27,8 @@ > * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT > * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > + * > +/* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ > */ > Hi Pedro, I got this: /opt/src/svn-current/sys/dev/ep/elink.c:31:1: error: '/*' within block comment [-Werror,-Wcomment] /* $NetBSD: elink.c,v 1.6 1995/01/07 21:37:54 mycroft Exp $ ^ I'll go ahead and fix this for us. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.