Whamcloud - gitweb
LU-169 e2fsck: rename "bool" variables
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 11 Jul 2012 20:40:36 +0000 (14:40 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 9 Aug 2012 06:10:09 +0000 (00:10 -0600)
commit727c560056822fa64deff8910c58be1c8665ea2c
tree19bc252e337d60c58e2ade9d62849516ef2f589f
parenta8089e51b581ccc8bca395a2d9aa796ea16a81bd
LU-169 e2fsck: rename "bool" variables

Since "bool" is a valid C type, declarations of the form "int bool"
will cause compiler errors if <stdbool.h> is included.  Rename these
variables to avoid this name clash.

This was introduced via libcfs/posix_types.h including <stdbool.h>
since Lustre commit 9f3469f1d00099b9301ba2b90c846c924ce7796b.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ib99cbb579951fb7467aaf06f86bfe1513b00500c
e2fsck/e2fsck.h
e2fsck/pass1.c
e2fsck/problem.c
misc/e2image.c