summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sftp-common.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/sftp-common.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/sftp-common.c')
-rw-r--r--crypto/openssh/sftp-common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssh/sftp-common.c b/crypto/openssh/sftp-common.c
index d7f8837..5b46807 100644
--- a/crypto/openssh/sftp-common.c
+++ b/crypto/openssh/sftp-common.c
@@ -1,4 +1,5 @@
/* $OpenBSD: sftp-common.c,v 1.26 2014/01/09 03:26:00 guenther Exp $ */
+/* $FreeBSD$ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2001 Damien Miller. All rights reserved.
@@ -25,6 +26,7 @@
*/
#include "includes.h"
+__RCSID("$FreeBSD$");
#include <sys/types.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud