Skip to content

Commit

Permalink
* commands/parttool.c (grub_cmd_parttool): Fix #if !GRUB_NO_MODULES
Browse files Browse the repository at this point in the history
	condition.
  • Loading branch information
phcoder committed May 3, 2010
1 parent 7dd5a11 commit 265d68c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
2010-05-01 Vladimir Serbinenko <[email protected]>
2010-05-03 Vladimir Serbinenko <[email protected]>

* commands/parttool.c (grub_cmd_parttool): Fix #if !GRUB_NO_MODULES
condition.

2010-05-03 Vladimir Serbinenko <[email protected]>

* kern/mm.c (grub_real_malloc): Put magic and size assignment in common
part.

2010-05-01 Vladimir Serbinenko <[email protected]>
2010-05-03 Vladimir Serbinenko <[email protected]>

* kern/mm.c (grub_mm_init_region): Check for region size after aligning
pointers.

2010-05-01 Vladimir Serbinenko <[email protected]>
2010-05-03 Vladimir Serbinenko <[email protected]>

* kern/mm.c (grub_real_malloc): Fix size calculation when extra == 0.

Expand Down
2 changes: 1 addition & 1 deletion commands/parttool.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ grub_cmd_parttool (grub_command_t cmd __attribute__ ((unused)),
}

/* Load modules. */
#if GRUB_NO_MODULES
#if !GRUB_NO_MODULES
{
const char *prefix;
prefix = grub_env_get ("prefix");
Expand Down

0 comments on commit 265d68c

Please sign in to comment.