]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Adjust ChangeLog entry as recommended by Marco.
authorrobertmh <robertmh@localhost>
Wed, 3 Oct 2007 21:33:11 +0000 (21:33 +0000)
committerrobertmh <robertmh@localhost>
Wed, 3 Oct 2007 21:33:11 +0000 (21:33 +0000)
ChangeLog

index 05a671b43372ce0f435fd9a47caf2dc068e2c3e7..aee004ce7d400e10b6eae1ebcba6dffea6c666f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,14 @@
        (outb): Removed.
        Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
        with grub_outb().
-       * term/i386/pc/serial.c: Likewise.
-       * term/i386/pc/vga.c: Likewise.
+       * term/i386/pc/serial.c  (inb): Removed.
+       (outb): Removed.
+       Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
+       with grub_outb().
+       * term/i386/pc/vga.c  (inb): Removed.
+       (outb): Removed.
+       Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
+       with grub_outb().
 
 2007-10-02  Robert Millan  <rmh@aybabtu.com>