mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
[vmware] Fix compilation under OpenBSD
Reported-by: Jiri B <jirib@devio.us> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
8cac5c0c92
commit
acd74089f5
@ -91,7 +91,7 @@ static int guestinfo_fetch_type ( struct settings *settings,
|
||||
/* Allocate temporary block to hold GuestInfo value */
|
||||
info = zalloc ( info_len + 1 /* NUL */ );
|
||||
if ( ! info ) {
|
||||
DBGC ( settings, "GuestInfo %p could not allocate %zd bytes\n",
|
||||
DBGC ( settings, "GuestInfo %p could not allocate %d bytes\n",
|
||||
settings, info_len );
|
||||
ret = -ENOMEM;
|
||||
goto err_alloc;
|
||||
|
Loading…
Reference in New Issue
Block a user