K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-12-05T23:24:37.000000Z K 7 svn:log V 452 It appears that the wdc driver implements CDIOREADTOCENTRYS but not the related CDIOREADTOCENTRY that is needed by iso_get_ssector(). This should still be OK - iso_get_sector() traps the error and simply assumes a single-session CD in this case - but unfortunately the error test is wrong (because it is calling the driver's ioctl entry point directly, the return value is zero or an errno value). Submitted by: Andrew Gordon END