Unused siblings locking bits excluded from FreeBSD build.
This commit is contained in:
parent
fe7552e55d
commit
84ecb57b47
@ -107,11 +107,11 @@ struct burn_drive
|
|||||||
struct cam_device* cam;
|
struct cam_device* cam;
|
||||||
#else
|
#else
|
||||||
int fd;
|
int fd;
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ts A60926 : trying to lock against growisofs /dev/srN, /dev/scdN */
|
/* ts A60926 : trying to lock against growisofs /dev/srN, /dev/scdN */
|
||||||
int sibling_count;
|
int sibling_count;
|
||||||
int sibling_fds[LIBBURN_SG_MAX_SIBLINGS];
|
int sibling_fds[LIBBURN_SG_MAX_SIBLINGS];
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ts A60904 : ticket 62, contribution by elmom */
|
/* ts A60904 : ticket 62, contribution by elmom */
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user