From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265203AbUGLQvy (ORCPT ); Mon, 12 Jul 2004 12:51:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266887AbUGLQvy (ORCPT ); Mon, 12 Jul 2004 12:51:54 -0400 Received: from sccrmhc13.comcast.net ([204.127.202.64]:49290 "EHLO sccrmhc13.comcast.net") by vger.kernel.org with ESMTP id S265203AbUGLQvx (ORCPT ); Mon, 12 Jul 2004 12:51:53 -0400 Date: Mon, 12 Jul 2004 12:51:52 -0400 From: Andrew Pimlott To: Andreas Schwab Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Use NULL instead of integer 0 in security/selinux/ Message-ID: <20040712165152.GA6814@pimlott.net> Mail-Followup-To: Andrew Pimlott , Andreas Schwab , linux-kernel@vger.kernel.org References: <40ED7BE7.7010506@techsource.com> <200407090056.51084.vda@port.imtp.ilyichevsk.odessa.ua> <40F2AB82.40508@techsource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 12, 2004 at 06:12:23PM +0200, Andreas Schwab wrote: > If your function needs nine arguments it is not readable by > definition. :-) "If you have a procedure with ten parameters, you probably missed some." - Alan Perlis Andrew