don't try and compile BSD stuffs in linux

SVN revision: 15997
This commit is contained in:
stffrdhrn 2005-08-02 15:05:48 +00:00 committed by stffrdhrn
parent 4bc83ed144
commit c69a5ef492
1 changed files with 2 additions and 0 deletions

View File

@ -1076,6 +1076,7 @@ _battery_linux_apm_check(Battery *ef)
return stat;
}
#ifdef __FreeBSD__
static Status *
_battery_bsd_acpi_check(Battery *ef)
{
@ -1332,6 +1333,7 @@ _battery_bsd_apm_check(Battery *ef)
return stat;
}
#endif
static void
_battery_face_level_set(Battery_Face *ef, double level)