summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 01:03:15 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 01:03:15 +0000
commiteb50545365a3ec253b61dad4e3f7833a58ec6f16 (patch)
tree1589b6d1120b29ad6c1e6b67f54e219ea366c32a /ChangeLog
parentd45f28c11638632c087b125f3c3edb99d723d634 (diff)
- itojun@cvs.openbsd.org 2002/03/11 03:18:49
[sftp-client.c] correct type mismatches (u_int64_t != unsigned long long)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 833e04ce7..0cc07e33e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3 - itojun@cvs.openbsd.org 2002/03/08 06:10:16 3 - itojun@cvs.openbsd.org 2002/03/08 06:10:16
4 [sftp-client.c] 4 [sftp-client.c]
5 printf type mismatch 5 printf type mismatch
6 - itojun@cvs.openbsd.org 2002/03/11 03:18:49
7 [sftp-client.c]
8 correct type mismatches (u_int64_t != unsigned long long)
6 9
720020317 1020020317
8 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted, 11 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
@@ -7849,4 +7852,4 @@
7849 - Wrote replacements for strlcpy and mkdtemp 7852 - Wrote replacements for strlcpy and mkdtemp
7850 - Released 1.0pre1 7853 - Released 1.0pre1
7851 7854
7852$Id: ChangeLog,v 1.1924 2002/03/22 01:00:57 mouring Exp $ 7855$Id: ChangeLog,v 1.1925 2002/03/22 01:03:15 mouring Exp $