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 /sshlogin.c | |
parent | cfb9370a3aeda822705eb50b723d80bea2b6a5c7 (diff) |
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
Diffstat (limited to 'sshlogin.c')
-rw-r--r-- | sshlogin.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||