Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934522AbXFFTAg (ORCPT ); Wed, 6 Jun 2007 15:00:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761375AbXFFTA2 (ORCPT ); Wed, 6 Jun 2007 15:00:28 -0400 Received: from havoc.gtf.org ([69.61.125.42]:49953 "EHLO havoc.gtf.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758473AbXFFTA2 (ORCPT ); Wed, 6 Jun 2007 15:00:28 -0400 Date: Wed, 6 Jun 2007 15:00:27 -0400 From: Jeff Garzik To: "Kok, Auke" Cc: Linux Kernel Mailing List , Al Viro , Linus Torvalds , Josh Triplett Subject: Re: generic bool and sparse errors? Message-ID: <20070606190027.GD23143@havoc.gtf.org> References: <4666FD0A.4060609@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4666FD0A.4060609@intel.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 605 Lines: 16 On Wed, Jun 06, 2007 at 11:29:30AM -0700, Kok, Auke wrote: > alternatively we might need to reconsider the `typedef _Bool bool;` > declaration and force it to be unsigned. I'm not sure what to think of that. That's the C99 standard declaration IIRC. Probably just need to __force it to something for sparse, deep in the bowels of kernel headers... Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/