git: e644c87aa25c - stable/12 - openssh: remove unnecessary $FreeBSD$ tags

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 09 Nov 2021 00:25:16 UTC
The branch stable/12 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=e644c87aa25cffb67729abf929638cc7894e66e4

commit e644c87aa25cffb67729abf929638cc7894e66e4
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-09-08 01:48:15 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-11-09 00:00:44 +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.
    
    (cherry picked from commit 0e642632e64a8b8ca740ce3307abe116c990e0b6)
---
 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 d035fbe75f74..8e4b60827fc8 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 3d6681467ffd..5d743d3b2b12 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>