Unused siblings locking bits excluded from FreeBSD build.

This commit is contained in:
Alexander Nedotsukov 2006-10-20 06:56:02 +00:00
parent 7c53e5f1d7
commit 7c40c0fca2
1 changed files with 1 additions and 1 deletions

View File

@ -107,11 +107,11 @@ struct burn_drive
struct cam_device* cam;
#else
int fd;
#endif
/* ts A60926 : trying to lock against growisofs /dev/srN, /dev/scdN */
int sibling_count;
int sibling_fds[LIBBURN_SG_MAX_SIBLINGS];
#endif
/* ts A60904 : ticket 62, contribution by elmom */
/**