From owner-cvs-src@FreeBSD.ORG Sat Nov 13 01:54:23 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 794E516A4CE; Sat, 13 Nov 2004 01:54:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F8843D41; Sat, 13 Nov 2004 01:54:23 +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 iAD1sNwC053254; Sat, 13 Nov 2004 01:54:23 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAD1sNav053253; Sat, 13 Nov 2004 01:54:23 GMT (envelope-from philip) Message-Id: <200411130154.iAD1sNav053253@repoman.freebsd.org> From: Philip Paeps Date: Sat, 13 Nov 2004 01:54:23 +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 Makefile 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 01:54:23 -0000 philip 2004-11-13 01:54:23 UTC FreeBSD src repository Modified files: usr.sbin/acpi/acpiconf Makefile acpiconf.c Log: With the addition of a proper prototype, this is now WARNS=6 clean. Revision Changes Path 1.5 +2 -1 src/usr.sbin/acpi/acpiconf/Makefile 1.17 +1 -1 src/usr.sbin/acpi/acpiconf/acpiconf.c