Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751835AbWHATUk (ORCPT ); Tue, 1 Aug 2006 15:20:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751836AbWHATUk (ORCPT ); Tue, 1 Aug 2006 15:20:40 -0400 Received: from terminus.zytor.com ([192.83.249.54]:25768 "EHLO terminus.zytor.com") by vger.kernel.org with ESMTP id S1751835AbWHATUj (ORCPT ); Tue, 1 Aug 2006 15:20:39 -0400 Message-ID: <44CFA934.9010404@zytor.com> Date: Tue, 01 Aug 2006 12:19:16 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 1.5.0.4 (X11/20060614) MIME-Version: 1.0 To: ricknu-0@student.ltu.se CC: linux-kernel@vger.kernel.org, Andrew Morton , Jeff Garzik , Alexey Dobriyan , Vadim Lobanov , Jan Engelhardt , Shorty Porty , Peter Williams , Michael Buesch , Pekka Enberg , Stefan Richter , larsbj@gullik.net, Paul Jackson , Josef Sipek , Arnd Bergmann , Nicholas Miell , Alan Cox , Lars Noschinski Subject: Re: [PATCH 1/2] include/linux: Defining bool, false and true References: <1154175570.44cb5252d3f09@portal.student.luth.se> <1154176331.44cb554b633ef@portal.student.luth.se> In-Reply-To: <1154176331.44cb554b633ef@portal.student.luth.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 491 Lines: 15 ricknu-0@student.ltu.se wrote: > This patch defines: > * a generic boolean-type, named "bool" > * aliases to 0 and 1, named "false" and "true" > > Signed-off-by: Richard Knutsson Shouldn't this simply use _Bool? -hpa - 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/