From 9611035685ed39b5f0098c5d62025c16ccea87d0 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 26 Mar 2008 23:45:49 +0000 Subject: [PATCH] - (djm) Fix RCS ident in sftp-server-main.c --- ChangeLog | 1 + sftp-server-main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 39708038..2b754ce2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ chroot. Allows ChrootDirectory to work with selinux support compiled in but not enabled. Using it with selinux enabled will require some selinux support inside the chroot. "looks sane" djm@ + - (djm) Fix RCS ident in sftp-server-main.c 20080315 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are diff --git a/sftp-server-main.c b/sftp-server-main.c index 1d2ea622..2b14569e 100644 --- a/sftp-server-main.c +++ b/sftp-server-main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: */ +/* $OpenBSD: sftp-server-main.c,v 1.3 2008/03/26 23:44:41 djm Exp $ */ /* * Copyright (c) 2008 Markus Friedl. All rights reserved. * -- 2.45.1