summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-07-11 17:35:09 +1000
committerDamien Miller <djm@mindrot.org>2008-07-11 17:35:09 +1000
commit87dd5f2804a93010e289b1cbf53916688ddc1bc8 (patch)
treea7c897de89090a8c628fe5c4d0b2c6fbf8a52f7c /ChangeLog
parent2f7faf19d55b8b0f591f86f1c0bd35f527c4b351 (diff)
- stevesk@cvs.openbsd.org 2008/07/07 23:32:51
[key.c] /*NOTREACHED*/ for lint warning: warning: function key_equal falls off bottom without returning value ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c451e20a..ae8efacae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
4 [ttymodes.c] 4 [ttymodes.c]
5 we don't need arg after the debug3() was removed. from lint. 5 we don't need arg after the debug3() was removed. from lint.
6 ok djm@ 6 ok djm@
7 - stevesk@cvs.openbsd.org 2008/07/07 23:32:51
8 [key.c]
9 /*NOTREACHED*/ for lint warning:
10 warning: function key_equal falls off bottom without returning value
11 ok djm@
7 12
820080709 1320080709
9 - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass 14 - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
@@ -4610,4 +4615,4 @@
4610 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4615 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4611 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4616 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4612 4617
4613$Id: ChangeLog,v 1.5070 2008/07/11 07:34:35 djm Exp $ 4618$Id: ChangeLog,v 1.5071 2008/07/11 07:35:09 djm Exp $