summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b21180335..54b3ac85e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,11 @@
23 - markus@cvs.openbsd.org 2001/01/08 21:48:17 23 - markus@cvs.openbsd.org 2001/01/08 21:48:17
24 [kex.c] 24 [kex.c]
25 missing free; thanks stevesk@pobox.com 25 missing free; thanks stevesk@pobox.com
26 - (bal) Detect if clock_t structure exists, if not define it.
27 - (bal) Detect if O_NONBLOCK exists, if not define it.
28 - (bal) removed news4-posix.h (now empty)
29 - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
30 instead of 'int'
26 31
2720010108 3220010108
28 - (bal) Fixed another typo in cli.c 33 - (bal) Fixed another typo in cli.c