Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 2004 23:28:04 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        acpi@freebsd.org
Subject:   Re: Minor improvement to acpiconf
Message-ID:  <20041115.232804.118795653.imp@bsdimp.com>
In-Reply-To: <20041115.231816.133541642.imp@bsdimp.com>
References:  <20041115.231816.133541642.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20041115.231816.133541642.imp@bsdimp.com>
            "M. Warner Losh" <imp@bsdimp.com> writes:
: @@ -45,8 +45,8 @@
:  
:  static int	acpifd;
:  
: -static int
: -acpi_init()
: +static void
: +acpi_init(void)
:  {
:  	acpifd = open(ACPIDEV, O_RDWR);
:  	if (acpifd == -1){


This isn't part of the change, but rather due to a sync error between
p4 tree and my freebsd tree :-).  Please ignore it.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041115.232804.118795653.imp>