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 /sshpty.c | |
parent | b601f68cda9187ed77d21eb46126fc83ba0bd14b (diff) |
get rid of the substitution... We want a fixed identifier
--HG--
extra : convert_revision : d6b70dbcc1713663608033cb41cde196d44d4f2c
Diffstat (limited to 'sshpty.c')
-rw-r--r-- | sshpty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/*RCSID("$OpenBSD: sshpty.c,v 1.7 2002/06/24 17:57:20 deraadt Exp $");*/ +/*RCSID("OpenBSD: sshpty.c,v 1.7 2002/06/24 17:57:20 deraadt Exp ");*/ #include "includes.h" #include "dbutil.h" |