summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:35:29 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:35:29 +0000
commit66e5ecc6b292bfff0d0b31cea17db7e725ab2659 (patch)
treebff1e8b1212f92c2d40846b7fdd9d3bef0ca6cef
parentafd3475ddf9e215d1e1948d1ec55723b8e9d42d6 (diff)
- (bal) CVS ID touch up on sftp-int.c
-rw-r--r--ChangeLog3
-rw-r--r--sftp-int.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c3f8f977..a16e7ce0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
120010305 120010305
2 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] 2 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
3 - (bal) CVS ID touch up on sftp-int.c
3 - (bal) OpenBSD CVS Sync 4 - (bal) OpenBSD CVS Sync
4 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48 5 - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
5 [sshd.8] 6 [sshd.8]
@@ -4287,4 +4288,4 @@
4287 - Wrote replacements for strlcpy and mkdtemp 4288 - Wrote replacements for strlcpy and mkdtemp
4288 - Released 1.0pre1 4289 - Released 1.0pre1
4289 4290
4290$Id: ChangeLog,v 1.879 2001/03/05 06:33:23 mouring Exp $ 4291$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 @@
28/* XXX: recursive operations */ 28/* XXX: recursive operations */
29 29
30#include "includes.h" 30#include "includes.h"
31RCSID("$OpenBSD: sftp-int.c,v 1.22 2001/02/14 09:46:03 djm Exp $"); 31RCSID("$OpenBSD: sftp-int.c,v 1.23 2001/03/01 02:18:04 deraadt Exp $");
32 32
33#include "buffer.h" 33#include "buffer.h"
34#include "xmalloc.h" 34#include "xmalloc.h"