Mercurial > dropbear
diff scpmisc.c @ 38:5c6f9d27ea1c
get rid of the substitution... We want a fixed identifier
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 30 Jul 2004 11:27:52 +0000 |
parents | fe6bca95afa7 |
children | b72f98803e46 740e782679be |
line wrap: on
line diff
--- a/scpmisc.c Fri Jul 30 03:02:19 2004 +0000 +++ b/scpmisc.c Fri Jul 30 11:27:52 2004 +0000 @@ -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 <[email protected]> @@ -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"