* include/grub/types.h (grub_target_off_t): Removed no longer used type.
This commit is contained in:
parent
4f6a2e2175
commit
18568d1852
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-10-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/types.h (grub_target_off_t): Removed no longer used type.
|
||||
|
||||
2010-10-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/emu/misc.c
|
||||
|
|
|
@ -84,12 +84,10 @@ typedef unsigned long long grub_uint64_t;
|
|||
/* Misc types. */
|
||||
#if GRUB_TARGET_SIZEOF_VOID_P == 8
|
||||
typedef grub_uint64_t grub_target_addr_t;
|
||||
typedef grub_uint64_t grub_target_off_t;
|
||||
typedef grub_uint64_t grub_target_size_t;
|
||||
typedef grub_int64_t grub_target_ssize_t;
|
||||
#else
|
||||
typedef grub_uint32_t grub_target_addr_t;
|
||||
typedef grub_uint32_t grub_target_off_t;
|
||||
typedef grub_uint32_t grub_target_size_t;
|
||||
typedef grub_int32_t grub_target_ssize_t;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue