Removed redefinitions of CDRIOCBLANK and CDRIOCNEXTWRITEABLEADDR.
This commit is contained in:
parent
87d902672f
commit
036a60b7b9
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user