Steven M. Schultz writes:
 >      Should that be O_NONBLOCK rather than simply NONBLOCK?
Yep O_NONBLOCK.

 > 
 > > Anyone have comments, suggestions, thoughts? Anyone want to venture
 > > what might be correct for FreeBSD, Solaris (BSDI, etc)?
 > 
 >      BSDI uses "O_RDONLY | O_NONBLOCK".

So line 218 of lib/driver/bsdi.c should become
  p_env->gen.fd = open (p_env->gen.source_name, O_RDONLY|O_NONBLOCK, 0);

?

Right now there is only O_RDONLY. 


_______________________________________________
Libcdio-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/libcdio-devel

Reply via email to