View | Details | Raw Unified
Collapse All | Expand All

(-) libbacon/nautilus-burn-drive.c.orig (-2 / +2 lines)
 Lines 74-80    Link Here 
#define CD_ROM_SPEED 176
#define CD_ROM_SPEED 176
#if defined (USE_HAL) || defined (__linux__) || !defined (__FreeBSD__)
#if defined (USE_HAL) || defined (__linux__)
static struct {
static struct {
	const char *name;
	const char *name;
	gboolean can_write_cdr;
	gboolean can_write_cdr;
 Lines 295-301    Link Here 
}
}
#endif /* !__linux__ */
#endif /* !__linux__ */
#if defined (USE_HAL) || defined (__linux__) || !defined (__FreeBSD__)
#if defined (USE_HAL) || (!defined (__linux__) && !defined (__FreeBSD__))
static void
static void
add_whitelist (NautilusBurnDrive *drive)
add_whitelist (NautilusBurnDrive *drive)
{
{