diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-07-30 11:27:52 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-07-30 11:27:52 +0000 |
commit | 225452befcf83a7ed8923b96a285cb102c82f1a6 (patch) | |
tree | eeb528001f8305ecbce9c4451dd215791128e161 /scpmisc.c | |
parent | b601f68cda9187ed77d21eb46126fc83ba0bd14b (diff) |
get rid of the substitution... We want a fixed identifier
--HG--
extra : convert_revision : d6b70dbcc1713663608033cb41cde196d44d4f2c
Diffstat (limited to 'scpmisc.c')
-rw-r--r-- | scpmisc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/*RCSID("$OpenBSD: misc.c,v 1.22 2003/09/18 08:49:45 markus Exp $");*/ +/*RCSID("OpenBSD: misc.c,v 1.22 2003/09/18 08:49:45 markus Exp ");*/ /* For xmalloc, xfree etc: * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -38,7 +38,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/*RCSID("$OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp $");*/ +/*RCSID("OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp ");*/ #include "includes.h" #include "scpmisc.h" |