summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-14 09:02:25 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-14 09:02:25 +1000
commit03ccc9b142519ac8167951fac27d977dc280b79a (patch)
treef553fd300f65d75275d218a58f13518457f64636 /ChangeLog
parent47e713be94464b6ed7be0186e79c3f7b73f99936 (diff)
- dtucker@cvs.openbsd.org 2008/06/13 18:55:22
[scp.c] Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b7387c5..7279a819 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
- dtucker@cvs.openbsd.org 2008/06/13 17:21:20
[mux.c]
Friendlier error messages for mux fallback. ok djm@
+ - dtucker@cvs.openbsd.org 2008/06/13 18:55:22
+ [scp.c]
+ Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@
20080612
- (dtucker) OpenBSD CVS Sync
@@ -4353,4 +4356,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.5007 2008/06/13 23:01:54 dtucker Exp $
+$Id: ChangeLog,v 1.5008 2008/06/13 23:02:25 dtucker Exp $