diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 03:53:02 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 03:53:02 +0000 |
commit | 6ed8c043de433b9a9e0babee631776a3c5de214f (patch) | |
tree | 09cc219691918590a97f03e384cc0e13add07625 | |
parent | cfb9370a3aeda822705eb50b723d80bea2b6a5c7 (diff) |
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshlogin.c | 2 | ||||
-rw-r--r-- | sshlogin.h | 2 | ||||
-rw-r--r-- | sshpty.c | 2 | ||||
-rw-r--r-- | sshpty.h | 2 |
5 files changed, 8 insertions, 5 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20010305 | ||
2 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] | ||
3 | |||
1 | 20010304 | 4 | 20010304 |
2 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. | 5 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. |
3 | - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and | 6 | - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and |
@@ -4189,4 +4192,4 @@ | |||
4189 | - Wrote replacements for strlcpy and mkdtemp | 4192 | - Wrote replacements for strlcpy and mkdtemp |
4190 | - Released 1.0pre1 | 4193 | - Released 1.0pre1 |
4191 | 4194 | ||
4192 | $Id: ChangeLog,v 1.850 2001/03/03 21:43:19 mouring Exp $ | 4195 | $Id: ChangeLog,v 1.851 2001/03/05 03:53:02 mouring Exp $ |
diff --git a/sshlogin.c b/sshlogin.c index 3e9af193d..c2aa18588 100644 --- a/sshlogin.c +++ b/sshlogin.c | |||
@@ -39,7 +39,7 @@ | |||
39 | */ | 39 | */ |
40 | 40 | ||
41 | #include "includes.h" | 41 | #include "includes.h" |
42 | RCSID("$OpenBSD: login.c,v 1.17 2001/01/21 19:05:51 markus Exp $"); | 42 | RCSID("$OpenBSD: sshlogin.c,v 1.1 2001/03/04 01:46:30 djm Exp $"); |
43 | 43 | ||
44 | #include "loginrec.h" | 44 | #include "loginrec.h" |
45 | 45 | ||
diff --git a/sshlogin.h b/sshlogin.h index 4630eedf4..64007cf09 100644 --- a/sshlogin.h +++ b/sshlogin.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: login.h,v 1.2 2001/01/29 01:58:16 niklas Exp $ */ | 1 | /* $OpenBSD: sshlogin.h,v 1.1 2001/03/04 01:46:30 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -12,7 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include "includes.h" | 14 | #include "includes.h" |
15 | RCSID("$OpenBSD: pty.c,v 1.22 2001/02/08 19:30:52 itojun Exp $"); | 15 | RCSID("$OpenBSD: sshpty.c,v 1.1 2001/03/04 01:46:30 djm Exp $"); |
16 | 16 | ||
17 | #ifdef HAVE_UTIL_H | 17 | #ifdef HAVE_UTIL_H |
18 | # include <util.h> | 18 | # include <util.h> |
@@ -12,7 +12,7 @@ | |||
12 | * called by a name other than "ssh" or "Secure Shell". | 12 | * called by a name other than "ssh" or "Secure Shell". |
13 | */ | 13 | */ |
14 | 14 | ||
15 | /* RCSID("$OpenBSD: pty.h,v 1.8 2000/09/07 20:27:52 deraadt Exp $"); */ | 15 | /* RCSID("$OpenBSD: sshpty.h,v 1.1 2001/03/04 01:46:30 djm Exp $"); */ |
16 | 16 | ||
17 | #ifndef PTY_H | 17 | #ifndef PTY_H |
18 | #define PTY_H | 18 | #define PTY_H |