Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64500 | Differences between
and this patch

Collapse All | Expand All

(-)src/xine-utils/xine_check.c (+5 lines)
Lines 276-281 Link Here
276
    return hc;
276
    return hc;
277
  }
277
  }
278
278
279
  #define SCSI_DISK_MAJOR(M) ((M) == SCSI_DISK0_MAJOR || \
280
    ((M) >= SCSI_DISK1_MAJOR && (M) <= SCSI_DISK7_MAJOR))
281
282
  #define SCSI_BLK_MAJOR(M) (SCSI_DISK_MAJOR(M) || (M) == SCSI_CDROM_MAJOR)
283
279
  if (SCSI_BLK_MAJOR(major(st.st_rdev))) {
284
  if (SCSI_BLK_MAJOR(major(st.st_rdev))) {
280
    is_scsi_dev = 1;
285
    is_scsi_dev = 1;
281
    set_hc_result(hc, XINE_HEALTH_CHECK_OK, "SKIPPED - Operation not supported on SCSI drives or drives that use the ide-scsi module.");
286
    set_hc_result(hc, XINE_HEALTH_CHECK_OK, "SKIPPED - Operation not supported on SCSI drives or drives that use the ide-scsi module.");

Return to bug 64500