Removed redefinitions of CDRIOCBLANK and CDRIOCNEXTWRITEABLEADDR.

This commit is contained in:
Bruce Evans 1999-10-03 04:12:07 +00:00
parent 87d902672f
commit 036a60b7b9
2 changed files with 0 additions and 6 deletions

View File

@ -347,6 +347,3 @@ struct acd {
u_int next_writeable_lba; /* Next writable position */
struct wormio_prepare_track preptrack; /* Scratch region */
};
#define CDRIOCBLANK _IO('c',100) /* Blank a CDRW disc */
#define CDRIOCNEXTWRITEABLEADDR _IOR('c',101,int)

View File

@ -347,6 +347,3 @@ struct acd {
u_int next_writeable_lba; /* Next writable position */
struct wormio_prepare_track preptrack; /* Scratch region */
};
#define CDRIOCBLANK _IO('c',100) /* Blank a CDRW disc */
#define CDRIOCNEXTWRITEABLEADDR _IOR('c',101,int)