* include/grub/misc.h: Use gnu_printf rather than printf as format

template since our functions are independent of libc.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-12 07:49:36 +02:00
parent ba9baabecd
commit eac6ae822c
2 changed files with 11 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2013-10-12 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/misc.h: Use gnu_printf rather than printf as format
template since our functions are independent of libc.
2013-10-11 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-setup.c (setup): Move copying of partition table as