From owner-cvs-all@FreeBSD.ORG Wed Dec 24 12:34:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A3416A4CE; Wed, 24 Dec 2003 12:34:57 -0800 (PST) Received: from hudson.icann.org (hudson.icann.org [192.0.35.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0235643D41; Wed, 24 Dec 2003 12:34:56 -0800 (PST) (envelope-from DougB@dougbarton.net) Received: from dougbarton.net ([192.168.168.1]) by hudson.icann.org (8.11.6/8.11.6) with ESMTP id hBOKYnp25531; Wed, 24 Dec 2003 12:34:49 -0800 Message-ID: <3FE9F86C.7060604@dougbarton.net> Date: Wed, 24 Dec 2003 12:34:52 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <200312230234.hBN2YPZw040276@repoman.freebsd.org> In-Reply-To: <200312230234.hBN2YPZw040276@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-ICANN-MailScanner-Information: Please contact support@icann.org for more information X-ICANN-MailScanner: Found to be clean cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _null.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 20:34:58 -0000 Is this worth a __FreeBSD_version bump? Peter Wemm wrote: > peter 2003/12/22 18:34:25 PST > > FreeBSD src repository > > Modified files: > sys/sys _null.h > Log: > Don peril sensitive sunglasses and set NULL to an actual pointer type, > but *only* for the kernel. We can do this because the kernel is not a > standard C application environment. This would have stopped the recent > mtx_* arg NULL/MTX_DEF mixups from going unnoticed for so long. > > Revision Changes Path > 1.3 +4 -0 src/sys/sys/_null.h