git: d4754d707a10 - stable/13 - openssh: remove unnecessary $FreeBSD$ tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Nov 2021 21:21:22 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=d4754d707a1016bbab8cc9c1fe4ef8e1d1d55c23
commit d4754d707a1016bbab8cc9c1fe4ef8e1d1d55c23
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-09-08 01:48:15 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-11-08 21:20:55 +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>