summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b15bd6..7d4fddc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
* kern/lock_mon.c (retry_simple_lock, retry_bit_lock): Likewise.
* kern/machine.c (Debugger): Remove declaration.
* device/net_io.c (net_deliver): Fix parenthesis to really round up.
+ * kern/mach_clock.c (timeout): Make the `fcn' parameter take a void *
+ instead of char *.
+ * kern/mach_clock.h (timeout): Likewise.
2008-07-19 Barry deFreese <bddebian@comcast.net>