* grub-core/tests/video_checksum.c: Use grub_util_fd_* rather than

open/read/write.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-15 11:06:57 +02:00
parent 69ca587652
commit 25ac643a54
11 changed files with 67 additions and 42 deletions

View file

@ -60,6 +60,6 @@
#define RE_ENABLE_I18N 1
#define __USE_GNU 1
#define _GNU_SOURCE 1
#endif