1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121271

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_ */