]> err.no Git - util-linux/commit
mkfs.cramfs: use symbolic exit codes
authorSami Kerola <kerolasa@iki.fi>
Mon, 3 Jan 2011 20:42:03 +0000 (21:42 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Jan 2011 16:11:20 +0000 (17:11 +0100)
commit89f56db1842e78bea0c6bc75028c3754489a9ad3
treebb23ad2d3f3d1b09a8856e3a37ea9c25daeed20a
parentca42435573ab8ea426bfbd0e533392b2d6985042
mkfs.cramfs: use symbolic exit codes

For some reason original author had defined symbolic exit codes,
but had not use them. One could argue the symbolic exit codes for
mkfs should go to local exit header which would be included to
all commands that exit with non zero or one return code.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
disk-utils/mkfs.cramfs.c