Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206343
Collapse All | Expand All

(-)smartmontools-5.37/os_linux.cpp (+4 lines)
Lines 109-114 typedef struct _ReportLUNdata_struct Link Here
109
} ReportLunData_struct;
109
} ReportLunData_struct;
110
110
111
/* Structure/defines of Report Physical LUNS of drive */
111
/* Structure/defines of Report Physical LUNS of drive */
112
#ifdef  CISS_MAX_LUN
113
#undef  CISS_MAX_LUN
114
#endif
115
112
#define CISS_MAX_LUN        16
116
#define CISS_MAX_LUN        16
113
#define CISS_MAX_PHYS_LUN   1024
117
#define CISS_MAX_PHYS_LUN   1024
114
#define CISS_REPORT_PHYS    0xc3
118
#define CISS_REPORT_PHYS    0xc3

Return to bug 206343