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 08:13:30 +0000 (02:13 -0600)
commit09e4d67a0810f61cc8444bcd9fdc55736875a02d
tree2f187c74297896fbc68dd4580597846d86b28c77
parentcb40c42e193bb2a4dbe59f7319d7f8a3ec440a4d
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