* include/multiboot2.h (struct multiboot_tag_module): Use char,
not unsigned char. This fixes warnings and is consistent with
other tags.
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.
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