mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 17:12:40 +03:00
Various warnings fixups for OpenBSD with gcc-3.3.5.
This commit is contained in:
@@ -213,7 +213,7 @@ static void iscsi_start_command ( struct iscsi_session *iscsi ) {
|
||||
command->cmdsn = htonl ( iscsi->cmdsn );
|
||||
command->expstatsn = htonl ( iscsi->statsn + 1 );
|
||||
memcpy ( &command->cdb, &iscsi->command->cdb, sizeof ( command->cdb ));
|
||||
DBGC ( iscsi, "iSCSI %p start " SCSI_CDB_FORMAT " %s %#x\n",
|
||||
DBGC ( iscsi, "iSCSI %p start " SCSI_CDB_FORMAT " %s %#zx\n",
|
||||
iscsi, SCSI_CDB_DATA ( command->cdb ),
|
||||
( iscsi->command->data_in ? "in" : "out" ),
|
||||
( iscsi->command->data_in ?
|
||||
|
||||
Reference in New Issue
Block a user