mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 02:20:19 +03:00
[build] Fix compilation under Cygwin
Originally-fixed-by: Steve Goodrich <steve.goodrich@se-eng.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -160,7 +160,7 @@ static uint8_t num_drives;
|
||||
* @v int13 Emulated drive
|
||||
* @ret blksize Sector size
|
||||
*/
|
||||
static inline unsigned int int13_blksize ( struct int13_drive *int13 ) {
|
||||
static inline size_t int13_blksize ( struct int13_drive *int13 ) {
|
||||
return ( int13->capacity.blksize << int13->blksize_shift );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user