Whamcloud - gitweb
iscan: fix the test program iscan so it builds again
authorTheodore Ts'o <tytso@mit.edu>
Fri, 26 Feb 2021 22:18:48 +0000 (17:18 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 26 Feb 2021 22:18:48 +0000 (17:18 -0500)
commitc176c240cbd12eca5de45df0d13f4b139ae15c3d
tree1a58f23f2d8d12cd3a59e670e762ca1f0927fd31
parent76a6c8788c79e4ba72dab691818cdae23e760e86
iscan: fix the test program iscan so it builds again

The iscan program program isn't built by default, and was relying on
e2fsck's util.c, so it had suffered bitrot as e2fsck/util.c had
evolved.  Fix it so that iscan builds correct.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/Makefile.in
e2fsck/iscan.c