summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/mux.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2014-03-24 19:15:13 +0000
committerdes <des@FreeBSD.org>2014-03-24 19:15:13 +0000
commitfc833dce1b5bf6fcabeb19ab1dd8cca53f61f702 (patch)
tree14111e04c59f0b565d8a20f5e13a60b25ce5b287 /crypto/openssh/mux.c
parent4d523456c74f0ddc517b308316bcd000a9aabab5 (diff)
downloadFreeBSD-src-fc833dce1b5bf6fcabeb19ab1dd8cca53f61f702.zip
FreeBSD-src-fc833dce1b5bf6fcabeb19ab1dd8cca53f61f702.tar.gz
Add a pre-merge script which reverts mechanical changes such as added
$FreeBSD$ tags and man page dates. Add a post-merge script which reapplies these changes. Run both scripts to normalize the existing code base. As a result, many files which should have had $FreeBSD$ tags but didn't now have them. Partly rewrite the upgrade instructions and remove the now outdated list of tricks.
Diffstat (limited to 'crypto/openssh/mux.c')
-rw-r--r--crypto/openssh/mux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssh/mux.c b/crypto/openssh/mux.c
index f4edf55..6ef88c9 100644
--- a/crypto/openssh/mux.c
+++ b/crypto/openssh/mux.c
@@ -1,4 +1,5 @@
/* $OpenBSD: mux.c,v 1.44 2013/07/12 00:19:58 djm Exp $ */
+/* $FreeBSD$ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*
@@ -31,6 +32,7 @@
*/
#include "includes.h"
+__RCSID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h>
OpenPOWER on IntegriCloud