From owner-cvs-src-old@FreeBSD.ORG Sun Mar 22 20:53:00 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 8C5481065672 for ; Sun, 22 Mar 2009 20:53:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF908FC12 for ; Sun, 22 Mar 2009 20:53:00 +0000 (UTC) (envelope-from marius@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 n2MKr0In018314 for ; Sun, 22 Mar 2009 20:53:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2MKr071018313 for cvs-src-old@freebsd.org; Sun, 22 Mar 2009 20:53:00 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200903222053.n2MKr071018313@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 22 Mar 2009 20:52:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 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: Sun, 22 Mar 2009 20:53:00 -0000 marius 2009-03-22 20:52:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys kobj.h Log: SVN rev 190279 on 2009-03-22 20:52:43Z by marius MFC: r188475 o Introduce KOBJMETHOD_END for the end of the kobj list. o Fix a minor indentation problem. o Put in the extra-strict KOBJMETHOD define, but commented out since the tree isn't yet ready. Reviewed by: (1) was posted to arch@ without objection (and 1 go for it) Revision Changes Path 1.11.2.2 +11 -1 src/sys/sys/kobj.h