summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2006-11-11 01:39:01 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:55 +0200
commit561a7af16b65929d3712e990b6c23f821e342675 (patch)
treea35e374b2fe9b869c71cad009e997bf8cd548045 /ChangeLog
parent355091d5357f0d8c5d5a2184505b965f2f94b614 (diff)
2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
Fix I/O port type. * i386/i386/pic.c (master_icq, master_ocw, slaves_icq, slaves_ocw): Change variables type from char * to unsigned short. (picinit): Remove now-useless cast. * i386/i386at/kd_mouse.c (init_mouse_hw, serial_mouse_close) (mouseintr): Change variable type from caddr_t to unsigned short, remove now-useless cast.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a0da30..732a40a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
+ Fix I/O port type.
+ * i386/i386/pic.c (master_icq, master_ocw, slaves_icq, slaves_ocw):
+ Change variables type from char * to unsigned short.
+ (picinit): Remove now-useless cast.
+ * i386/i386at/kd_mouse.c (init_mouse_hw, serial_mouse_close)
+ (mouseintr): Change variable type from caddr_t to unsigned short,
+ remove now-useless cast.
+
[task #5726 --- ``GCC built-in functions'']
* kern/machine.c: Include `string.h'.