Remove no longer existant CDIOCREADAUDIO ioctl.

This commit is contained in:
Søren Schmidt 2003-10-20 09:29:40 +00:00
parent 7e8766a940
commit 0d9fab2f65

View file

@ -274,13 +274,4 @@ struct ioc_capability { /*<2>*/
#define CDIOCCAPABILITY _IOR('c',30,struct ioc_capability) /*<2>*/
struct ioc_read_audio {
u_char address_format;
union msf_lba address;
int nframes;
u_char* buffer;
};
#define CDIOCREADAUDIO _IOWR('c',31,struct ioc_read_audio)
#endif /* !_SYS_CDIO_H_ */