From 7c40c0fca235e75b1870c78bdabd2310399f90a5 Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Fri, 20 Oct 2006 06:56:02 +0000 Subject: [PATCH] Unused siblings locking bits excluded from FreeBSD build. --- trunk/libburn/transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/libburn/transport.h b/trunk/libburn/transport.h index c2d41388..808364cd 100644 --- a/trunk/libburn/transport.h +++ b/trunk/libburn/transport.h @@ -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 */ /**