From: Richard Knutsson Date: Sun, 1 Oct 2006 06:27:11 +0000 (-0700) Subject: [PATCH] Generic boolean X-Git-Tag: v2.6.19-rc1~625 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e21828743247270d09a86756a0c11702500dbfb;p=pandora-kernel.git [PATCH] Generic boolean This patch defines: * a generic boolean-type, named 'bool' * aliases to 0 and 1, named 'false' and 'true' Removing colliding definitions of 'bool', 'false' and 'true'. Signed-off-by: Richard Knutsson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed