--- libbacon/nautilus-burn-drive.c.orig 2005-04-21 15:42:58.482287296 +0200 +++ libbacon/nautilus-burn-drive.c 2005-04-21 15:50:09.399777880 +0200 @@ -74,7 +74,7 @@ #define CD_ROM_SPEED 176 -#if defined (USE_HAL) || defined (__linux__) || !defined (__FreeBSD__) +#if defined (USE_HAL) || defined (__linux__) static struct { const char *name; gboolean can_write_cdr; @@ -295,7 +295,7 @@ } #endif /* !__linux__ */ -#if defined (USE_HAL) || defined (__linux__) || !defined (__FreeBSD__) +#if defined (USE_HAL) || (!defined (__linux__) && !defined (__FreeBSD__)) static void add_whitelist (NautilusBurnDrive *drive) {