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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137666

View File

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