diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sftp-int.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ 20010305 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] + - (bal) CVS ID touch up on sftp-int.c - (bal) OpenBSD CVS Sync - deraadt@cvs.openbsd.org 2001/02/17 23:48:48 [sshd.8] @@ -4287,4 +4288,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.879 2001/03/05 06:33:23 mouring Exp $ +$Id: ChangeLog,v 1.880 2001/03/05 06:35:29 mouring Exp $ diff --git a/sftp-int.c b/sftp-int.c index d0914dde8..95e54a65f 100644 --- a/sftp-int.c +++ b/sftp-int.c @@ -28,7 +28,7 @@ /* XXX: recursive operations */ #include "includes.h" -RCSID("$OpenBSD: sftp-int.c,v 1.22 2001/02/14 09:46:03 djm Exp $"); +RCSID("$OpenBSD: sftp-int.c,v 1.23 2001/03/01 02:18:04 deraadt Exp $"); #include "buffer.h" #include "xmalloc.h" |