* grub-core/lib/reed_solomon.c (gf_invert): Declare as const and

save some space.
	* include/grub/offsets.h (GRUB_KERNEL_I386_PC_RAW_SIZE): Decrease.
	(GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-23 23:55:38 +02:00
parent 534d769e57
commit f646e14309
3 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/reed_solomon.c (gf_invert): Declare as const and
save some space.
* include/grub/offsets.h (GRUB_KERNEL_I386_PC_RAW_SIZE): Decrease.
(GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART): Likewise.
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
* util/import_gcry.py: Automatically fix camellia.c and camellia.h.