2004-07-11 Marco Gerards <metgerards@student.han.nl>
* disk/powerpc/ieee1275/partition.c (grub_partition_iterate): Skip one block instead of two when looking for the initial partition. (grub_partition_probe): Initialize the local variable `p' with 0. Use base 10 for the grub_strtoul call. * kern/misc.c (grub_strncpy): Fix off by one bug. Eliminated the need for one local variable. (grub_strtoul): Don't add the new value to `num', instead of that just assign it.
This commit is contained in:
parent
020616c2b2
commit
e15199cb7b
3 changed files with 18 additions and 8 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2004-07-11 Marco Gerards <metgerards@student.han.nl>
|
||||
|
||||
* disk/powerpc/ieee1275/partition.c (grub_partition_iterate): Skip
|
||||
one block instead of two when looking for the initial partition.
|
||||
(grub_partition_probe): Initialize the local variable `p' with 0.
|
||||
Use base 10 for the grub_strtoul call.
|
||||
* kern/misc.c (grub_strncpy): Fix off by one bug. Eliminated the
|
||||
need for one local variable.
|
||||
(grub_strtoul): Don't add the new value to `num', instead of that
|
||||
just assign it.
|
||||
|
||||
2004-07-11 Marco Gerards <metgerards@student.han.nl>
|
||||
|
||||
* conf/i386-pc.rmk (pkgdata_IMAGE): Add pxeboot.img.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue