diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-08-12 22:49:00 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-08-12 22:49:00 +1000 |
commit | 9c5049a40ff1069fe40f5714dd7ba8fdc733d8a3 (patch) | |
tree | 9d0ebecc39df0e1fd3816605a5452f67c22b3821 /sshlogin.c | |
parent | d8835934c4cf129b842b0f391783754cdaa0190c (diff) |
- djm@cvs.openbsd.org 2004/08/11 11:59:22
[sshlogin.c]
check that lseek went were we told it to; ok markus@
(Id sync only, but similar changes are needed in loginrec.c)
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 41817ec96..399d02a0f 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: sshlogin.c,v 1.10 2004/07/17 05:31:41 dtucker Exp $"); | 42 | RCSID("$OpenBSD: sshlogin.c,v 1.11 2004/08/11 11:59:22 djm Exp $"); |
43 | 43 | ||
44 | #include "loginrec.h" | 44 | #include "loginrec.h" |
45 | #include "log.h" | 45 | #include "log.h" |