From owner-cvs-src-old@FreeBSD.ORG Fri Jun 12 09:05:39 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 258E1106564A for ; Fri, 12 Jun 2009 09:05:39 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 121058FC14 for ; Fri, 12 Jun 2009 09:05:39 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5C95ccY039448 for ; Fri, 12 Jun 2009 09:05:38 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5C95csu039447 for cvs-src-old@freebsd.org; Fri, 12 Jun 2009 09:05:38 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <200906120905.n5C95csu039447@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 12 Jun 2009 09:05:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys kobj.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 09:05:39 -0000 avg 2009-06-12 09:05:23 UTC FreeBSD src repository Modified files: sys/sys kobj.h Log: SVN rev 194049 on 2009-06-12 09:05:23Z by avg KOBJMETHOD: throw the switch on kobj method signature checking It seems that current code should pass the check. This commit should not lead to any changes in compiled code. From now on a warning shall be produced if kobj method implementation function has a mismatching signature. Verified by: md5 Reviewed by: imp Approved by: jhb (mentor) Revision Changes Path 1.16 +2 -4 src/sys/sys/kobj.h