Date: Wed, 8 Sep 2021 01:52:23 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 0e642632e64a - main - openssh: remove unnecessary $FreeBSD$ tags Message-ID: <202109080152.1881qNsx095396@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=0e642632e64a8b8ca740ce3307abe116c990e0b6 commit 0e642632e64a8b8ca740ce3307abe116c990e0b6 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-09-08 01:48:15 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-09-08 01:52:06 +0000 openssh: remove unnecessary $FreeBSD$ tags Diff reduction against upstream: remove $FreeBSD$ tags from files where the tag itself is the only difference from upstream. --- crypto/openssh/mux.c | 1 - crypto/openssh/sftp-common.c | 1 - 2 files changed, 2 deletions(-) diff --git a/crypto/openssh/mux.c b/crypto/openssh/mux.c index ee26e880c996..4c0eb4249bcd 100644 --- a/crypto/openssh/mux.c +++ b/crypto/openssh/mux.c @@ -18,7 +18,6 @@ /* ssh session multiplexing support */ #include "includes.h" -__RCSID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> diff --git a/crypto/openssh/sftp-common.c b/crypto/openssh/sftp-common.c index bff14228e14b..3ad57673d41e 100644 --- a/crypto/openssh/sftp-common.c +++ b/crypto/openssh/sftp-common.c @@ -25,7 +25,6 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109080152.1881qNsx095396>