Somehow I missed this last night, acpi_init() doesn't return an int.

Spotted by:	Randy Bush <randy@psg.com>
This commit is contained in:
Philip Paeps 2004-11-13 15:16:35 +00:00
parent 5918fe42a0
commit 6af2c48a95

View File

@ -45,7 +45,7 @@
static int acpifd;
static int
static void
acpi_init(void)
{
acpifd = open(ACPIDEV, O_RDWR);