summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-20 17:13:01 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:17 +0200
commit3bb46984fe4c76460a48cec338d210fe59a17807 (patch)
tree88884d540a809f03a1c7617a1300e336fffcead7 /ChangeLog
parent1fac2f5107e94102ca643ab9b031030bbcb1daa1 (diff)
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
* device/net_io.c (net_deliver): Fix parenthesis to really round up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65bb49a1..7b15bd61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
to Debugger() call.
* 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.
2008-07-19 Barry deFreese <bddebian@comcast.net>