FreeBSD read/write and most-recent scsi sense access courtesy of Thomas Schmitt.

This commit is contained in:
R. Bernstein
2010-01-16 21:02:34 -05:00
parent 7d8b6d0a4d
commit bd096b3eca
7 changed files with 631 additions and 32 deletions

View File

@@ -387,8 +387,6 @@ get_arg_linux (void *env, const char key[])
}
} else if (!strcmp (key, "scsi-tuple")) {
return _obj->gen.scsi_tuple;
} else if (!strcmp (key, "scsi-tuple-linux")) {
return _obj->gen.scsi_tuple;
}
return NULL;
}