Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83900 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 83900