Fix typo in BSD defines.

This commit is contained in:
Marcus Sundberg 2000-01-06 03:13:59 +00:00
parent 58a561b806
commit 8a2d0d0e8f

View file

@ -55,8 +55,8 @@ static int cdfile = -1;
static char cd_dev[64] = "/dev/cdrom";
#ifdef USE_BSD_CD
# define CDROMEJECT CDIOEJECT
# define CDROMCLOSETRAY CDIOCLOSE
# define CDROMEJECT CDIOCEJECT
# define CDROMCLOSETRAY CDIOCCLOSE
# define CDROMREADTOCHDR CDIOREADTOCHEADER
# define CDROMREADTOCENTRY CDIOREADTOCENTRY
# define CDROMPLAYTRKIND CDIOCPLAYTRACKS