master
sndio for cdio (only for the "cdplay" command)
Switch cdio's default CDDB database to gnudb.gnudb.org:8880. The freedb.org CD track database has been discontinued.
Denote multiple arguments with 'arg ...' not 'args'
Delete obsolete /* ARGSUSED */ lint comments.
Stop using MAXBSIZE to eliminate sys/param.h including (which injects a ton of namespace intrusion). Create local sizes, and refactor some code along the way. ok millert
Use warnx(), not warn(), when 'errno' is not relevant.
Vox populi says "cdio:" prefix is useful so switch back to using warnx(), but with required "\n" manually output to stderr before calling warnx().