Remove RCS tags from files in which we no longer have any local

modifications, and add them to two files in which we do.
This commit is contained in:
Dag-Erling Smørgrav 2016-01-20 23:23:08 +00:00
parent 6760182c5d
commit 0b0dd5086b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294469
14 changed files with 2 additions and 12 deletions

View File

@ -19,7 +19,6 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/types.h>

View File

@ -1,5 +1,4 @@
/* $OpenBSD: buffer.h,v 1.25 2014/04/30 05:29:56 djm Exp $ */
/* $FreeBSD$ */
/*
* Copyright (c) 2012 Damien Miller <djm@mindrot.org>

View File

@ -40,7 +40,6 @@
*/
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h> /* MIN MAX */

View File

@ -1,5 +1,4 @@
/* $OpenBSD: channels.h,v 1.118 2015/07/01 02:26:31 djm Exp $ */
/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>

View File

@ -60,7 +60,6 @@
*/
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/param.h> /* MIN MAX */
#include <sys/types.h>

View File

@ -24,7 +24,6 @@
*/
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/types.h>

View File

@ -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.

View File

@ -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
#

View File

@ -25,7 +25,6 @@
*/
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/types.h>
#include <sys/ioctl.h>

View File

@ -1,5 +1,4 @@
/* $OpenBSD: misc.h,v 1.54 2014/07/15 15:54:14 millert Exp $ */
/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>

View File

@ -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))

View File

@ -1,4 +1,5 @@
/* $OpenBSD: readconf.h,v 1.110 2015/07/10 06:21:53 markus Exp $ */
/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>

View File

@ -36,7 +36,6 @@
*/
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/param.h> /* MIN MAX */
#include <sys/types.h>

View File

@ -16,7 +16,6 @@
*/
#include "includes.h"
__RCSID("$FreeBSD$");
#include <sys/param.h> /* MIN MAX */
#include <sys/types.h>