Whamcloud - gitweb
e2fsck: rename "bool" variables
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 6 Jul 2012 01:44:20 +0000 (19:44 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 14 Jul 2012 23:43:20 +0000 (19:43 -0400)
commit2d2abcc64604c831c2db1da03fe701baefa1cb68
treee28d944eea7b982c7711c4dadf14df473839833c
parenta1c4e15f6a6c95405e52bb2d20ad71b4fb891783
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.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/e2fsck.h
e2fsck/pass1.c
e2fsck/problem.c
misc/e2image.c