diff options
author | Damien Miller <djm@mindrot.org> | 2008-07-11 17:35:37 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-07-11 17:35:37 +1000 |
commit | dda5fffb847cd98164cb4020e3287a9960c37aaa (patch) | |
tree | b601dfb9ab2f693bbca70612637294e4bcbb3b7f /ChangeLog | |
parent | 87dd5f2804a93010e289b1cbf53916688ddc1bc8 (diff) |
- markus@cvs.openbsd.org 2008/07/10 18:05:58
[channels.c]
missing bzero; from mickey; ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,6 +9,9 @@ | |||
9 | /*NOTREACHED*/ for lint warning: | 9 | /*NOTREACHED*/ for lint warning: |
10 | warning: function key_equal falls off bottom without returning value | 10 | warning: function key_equal falls off bottom without returning value |
11 | ok djm@ | 11 | ok djm@ |
12 | - markus@cvs.openbsd.org 2008/07/10 18:05:58 | ||
13 | [channels.c] | ||
14 | missing bzero; from mickey; ok djm@ | ||
12 | 15 | ||
13 | 20080709 | 16 | 20080709 |
14 | - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass | 17 | - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass |
@@ -4615,4 +4618,4 @@ | |||
4615 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4618 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4616 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4619 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4617 | 4620 | ||
4618 | $Id: ChangeLog,v 1.5071 2008/07/11 07:35:09 djm Exp $ | 4621 | $Id: ChangeLog,v 1.5072 2008/07/11 07:35:37 djm Exp $ |