Mercurial > dropbear
comparison sshpty.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 | 740e782679be a98a2138364a |
comparison
equal
deleted
inserted
replaced
37:0913e2ee3545 | 38:5c6f9d27ea1c |
---|---|
13 * software must be clearly marked as such, and if the derived work is | 13 * software must be clearly marked as such, and if the derived work is |
14 * incompatible with the protocol description in the RFC file, it must be | 14 * incompatible with the protocol description in the RFC file, it must be |
15 * called by a name other than "ssh" or "Secure Shell". | 15 * called by a name other than "ssh" or "Secure Shell". |
16 */ | 16 */ |
17 | 17 |
18 /*RCSID("$OpenBSD: sshpty.c,v 1.7 2002/06/24 17:57:20 deraadt Exp $");*/ | 18 /*RCSID("OpenBSD: sshpty.c,v 1.7 2002/06/24 17:57:20 deraadt Exp ");*/ |
19 | 19 |
20 #include "includes.h" | 20 #include "includes.h" |
21 #include "dbutil.h" | 21 #include "dbutil.h" |
22 #include "errno.h" | 22 #include "errno.h" |
23 #include "sshpty.h" | 23 #include "sshpty.h" |