* grub-core/net/bootp.c (OFFSET_OF): Explicitly cast to grub_size_t.

This commit is contained in:
Vladimir Serbinenko 2013-11-07 01:11:36 +01:00
parent f06c2172c0
commit 6d5a4ceefe
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/net/bootp.c (OFFSET_OF): Explicitly cast to grub_size_t.
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/net/bootp.c (set_env_limn_ro): Make pointer const.