From owner-svn-src-head@freebsd.org Wed Jan 20 23:23:10 2016 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 CB637A8B665; Wed, 20 Jan 2016 23:23:10 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3A5E1E9A; Wed, 20 Jan 2016 23:23:10 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KNN9KS065847; Wed, 20 Jan 2016 23:23:09 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KNN8SY065833; Wed, 20 Jan 2016 23:23:08 GMT (envelope-from des@FreeBSD.org) Message-Id: <201601202323.u0KNN8SY065833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Wed, 20 Jan 2016 23:23:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r294469 - in head/crypto/openssh: . openbsd-compat X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 20 Jan 2016 23:23:11 -0000 Author: des Date: Wed Jan 20 23:23:08 2016 New Revision: 294469 URL: https://svnweb.freebsd.org/changeset/base/294469 Log: Remove RCS tags from files in which we no longer have any local modifications, and add them to two files in which we do. Modified: head/crypto/openssh/buffer.c (contents, props changed) head/crypto/openssh/buffer.h (contents, props changed) head/crypto/openssh/channels.c (contents, props changed) head/crypto/openssh/channels.h (contents, props changed) head/crypto/openssh/clientloop.c (contents, props changed) head/crypto/openssh/compat.c (contents, props changed) head/crypto/openssh/compat.h (contents, props changed) head/crypto/openssh/configure.ac (contents, props changed) head/crypto/openssh/misc.c (contents, props changed) head/crypto/openssh/misc.h (contents, props changed) head/crypto/openssh/openbsd-compat/blowfish.c (contents, props changed) head/crypto/openssh/readconf.h (contents, props changed) head/crypto/openssh/serverloop.c (contents, props changed) head/crypto/openssh/sftp.c (contents, props changed) Modified: head/crypto/openssh/buffer.c ============================================================================== --- head/crypto/openssh/buffer.c Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/buffer.c Wed Jan 20 23:23:08 2016 (r294469) @@ -19,7 +19,6 @@ /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */ #include "includes.h" -__RCSID("$FreeBSD$"); #include Modified: head/crypto/openssh/buffer.h ============================================================================== --- head/crypto/openssh/buffer.h Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/buffer.h Wed Jan 20 23:23:08 2016 (r294469) @@ -1,5 +1,4 @@ /* $OpenBSD: buffer.h,v 1.25 2014/04/30 05:29:56 djm Exp $ */ -/* $FreeBSD$ */ /* * Copyright (c) 2012 Damien Miller Modified: head/crypto/openssh/channels.c ============================================================================== --- head/crypto/openssh/channels.c Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/channels.c Wed Jan 20 23:23:08 2016 (r294469) @@ -40,7 +40,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include #include /* MIN MAX */ Modified: head/crypto/openssh/channels.h ============================================================================== --- head/crypto/openssh/channels.h Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/channels.h Wed Jan 20 23:23:08 2016 (r294469) @@ -1,5 +1,4 @@ /* $OpenBSD: channels.h,v 1.118 2015/07/01 02:26:31 djm Exp $ */ -/* $FreeBSD$ */ /* * Author: Tatu Ylonen Modified: head/crypto/openssh/clientloop.c ============================================================================== --- head/crypto/openssh/clientloop.c Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/clientloop.c Wed Jan 20 23:23:08 2016 (r294469) @@ -60,7 +60,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include /* MIN MAX */ #include Modified: head/crypto/openssh/compat.c ============================================================================== --- head/crypto/openssh/compat.c Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/compat.c Wed Jan 20 23:23:08 2016 (r294469) @@ -24,7 +24,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include Modified: head/crypto/openssh/compat.h ============================================================================== --- head/crypto/openssh/compat.h Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/compat.h Wed Jan 20 23:23:08 2016 (r294469) @@ -1,5 +1,4 @@ /* $OpenBSD: compat.h,v 1.48 2015/05/26 23:23:40 dtucker Exp $ */ -/* $FreeBSD$ */ /* * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. Modified: head/crypto/openssh/configure.ac ============================================================================== --- head/crypto/openssh/configure.ac Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/configure.ac Wed Jan 20 23:23:08 2016 (r294469) @@ -1,4 +1,5 @@ # $Id: configure.ac,v 1.583 2014/08/26 20:32:01 djm Exp $ +# $FreeBSD$ # # Copyright (c) 1999-2004 Damien Miller # Modified: head/crypto/openssh/misc.c ============================================================================== --- head/crypto/openssh/misc.c Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/misc.c Wed Jan 20 23:23:08 2016 (r294469) @@ -25,7 +25,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include #include Modified: head/crypto/openssh/misc.h ============================================================================== --- head/crypto/openssh/misc.h Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/misc.h Wed Jan 20 23:23:08 2016 (r294469) @@ -1,5 +1,4 @@ /* $OpenBSD: misc.h,v 1.54 2014/07/15 15:54:14 millert Exp $ */ -/* $FreeBSD$ */ /* * Author: Tatu Ylonen Modified: head/crypto/openssh/openbsd-compat/blowfish.c ============================================================================== --- head/crypto/openssh/openbsd-compat/blowfish.c Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/openbsd-compat/blowfish.c Wed Jan 20 23:23:08 2016 (r294469) @@ -40,7 +40,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #if !defined(HAVE_BCRYPT_PBKDF) && (!defined(HAVE_BLOWFISH_INITSTATE) || \ !defined(HAVE_BLOWFISH_EXPAND0STATE) || !defined(HAVE_BLF_ENC)) Modified: head/crypto/openssh/readconf.h ============================================================================== --- head/crypto/openssh/readconf.h Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/readconf.h Wed Jan 20 23:23:08 2016 (r294469) @@ -1,4 +1,5 @@ /* $OpenBSD: readconf.h,v 1.110 2015/07/10 06:21:53 markus Exp $ */ +/* $FreeBSD$ */ /* * Author: Tatu Ylonen Modified: head/crypto/openssh/serverloop.c ============================================================================== --- head/crypto/openssh/serverloop.c Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/serverloop.c Wed Jan 20 23:23:08 2016 (r294469) @@ -36,7 +36,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include /* MIN MAX */ #include Modified: head/crypto/openssh/sftp.c ============================================================================== --- head/crypto/openssh/sftp.c Wed Jan 20 23:22:36 2016 (r294468) +++ head/crypto/openssh/sftp.c Wed Jan 20 23:23:08 2016 (r294469) @@ -16,7 +16,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include /* MIN MAX */ #include