]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-07-01 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Wed, 2 Jul 2008 01:17:43 +0000 (01:17 +0000)
committerproski <proski@localhost>
Wed, 2 Jul 2008 01:17:43 +0000 (01:17 +0000)
* include/multiboot2.h (struct multiboot_tag_module): Use char,
not unsigned char.  This fixes warnings and is consistent with
other tags.

ChangeLog
include/multiboot2.h

index cf0ddefa40552d111f74c9f6379b2ca2216505de..a27213f08d6048d5bd3d7068892ce2d246a6ea5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-07-01  Pavel Roskin  <proski@gnu.org>
 
+       * include/multiboot2.h (struct multiboot_tag_module): Use char,
+       not unsigned char.  This fixes warnings and is consistent with
+       other tags.
+
        * disk/fs_uuid.c (search_fs_uuid): Correctly increment count.
 
        * normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings.
index 7124ced4678bb396ccabc7bfa4900bd7457771d6..f720dc3ea9fe0d6e7616eb6d536a0f85b18265d7 100644 (file)
@@ -77,8 +77,8 @@ struct multiboot_tag_module
   struct multiboot_tag_header header;
   multiboot_word addr;
   multiboot_word size;
-  unsigned char type[36];
-  unsigned char cmdline[1];
+  char type[36];
+  char cmdline[1];
 };
 
 #define MULTIBOOT2_TAG_MEMORY    4