git: 0e642632e64a - main - openssh: remove unnecessary $FreeBSD$ tags

Ed Maste emaste at FreeBSD.org
Wed Sep 8 01:52:24 UTC 2021


The branch main has been updated by emaste:

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

commit 0e642632e64a8b8ca740ce3307abe116c990e0b6
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-09-08 01:48:15 +0000
Commit:     Ed Maste <emaste at 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>


More information about the dev-commits-src-all mailing list