summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-07-04 00:08:23 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-07-04 00:08:23 +0000
commita79616278e15a61eb899bc5b582094c063214238 (patch)
tree9e1cfdd0f28fd81f922463f4fb3f3f8e6863e6c3 /ChangeLog
parentedd098b1967fa267d4246a1780d49b18a6c58560 (diff)
- millert@cvs.openbsd.org 2002/06/28 01:49:31
[monitor_mm.c] tree(3) wants an int return value for its compare functions and the difference between two pointers is not an int. Just do the safest thing and store the result in a long and then return 0, -1, or 1 based on that result.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 014aa9480..99e2bb58b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,12 @@
15 - stevesk@cvs.openbsd.org 2002/06/27 19:49:08 15 - stevesk@cvs.openbsd.org 2002/06/27 19:49:08
16 [ssh-keyscan.c] 16 [ssh-keyscan.c]
17 use convtime(); ok markus@ 17 use convtime(); ok markus@
18 - millert@cvs.openbsd.org 2002/06/28 01:49:31
19 [monitor_mm.c]
20 tree(3) wants an int return value for its compare functions and
21 the difference between two pointers is not an int. Just do the
22 safest thing and store the result in a long and then return 0,
23 -1, or 1 based on that result.
18 24
1920020702 2520020702
20 - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc & 26 - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &
@@ -1223,4 +1229,4 @@
1223 - (stevesk) entropy.c: typo in debug message 1229 - (stevesk) entropy.c: typo in debug message
1224 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1230 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1225 1231
1226$Id: ChangeLog,v 1.2319 2002/07/04 00:07:13 mouring Exp $ 1232$Id: ChangeLog,v 1.2320 2002/07/04 00:08:23 mouring Exp $