fstools: use EXIT_FAILURE when indicating error on exit
authorMichael Heimpold <mhei@heimpold.de>
Sat, 24 Nov 2018 09:22:44 +0000 (10:22 +0100)
committerJohn Crispin <john@phrozen.org>
Mon, 26 Nov 2018 08:46:01 +0000 (09:46 +0100)
commite12c0d64a1446be30135954502a6f747b138e4e5
tree255870c09459b39c437e6108f39f21f95d2a068c
parent091aa3d72dcbbfdb4795bb17e260e35a635b0bf5
fstools: use EXIT_FAILURE when indicating error on exit

According to man page, using the EXIT_* macros is more portable than using
plain integer values.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
block.c
blockd.c