From owner-cvs-src@FreeBSD.ORG Sat Nov 13 15:16:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30ABF16A4CE; Sat, 13 Nov 2004 15:16:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA5043D4C; Sat, 13 Nov 2004 15:16:36 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iADFGZBw001136; Sat, 13 Nov 2004 15:16:35 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iADFGZ8e001135; Sat, 13 Nov 2004 15:16:35 GMT (envelope-from philip) Message-Id: <200411131516.iADFGZ8e001135@repoman.freebsd.org> From: Philip Paeps Date: Sat, 13 Nov 2004 15:16:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 15:16:36 -0000 philip 2004-11-13 15:16:35 UTC FreeBSD src repository Modified files: usr.sbin/acpi/acpiconf acpiconf.c Log: Somehow I missed this last night, acpi_init() doesn't return an int. Spotted by: Randy Bush Revision Changes Path 1.18 +1 -1 src/usr.sbin/acpi/acpiconf/acpiconf.c