]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mkfs.minix: remove die()
authorDavidlohr Bueso <dave@gnu.org>
Wed, 13 Apr 2011 13:37:55 +0000 (10:37 -0300)
committerKarel Zak <kzak@redhat.com>
Wed, 4 May 2011 12:56:41 +0000 (14:56 +0200)
commit9fae6c27d37b7da4770ef175579b3327fb2a2165
treef39e748f6aed0558320affc928e842ba33779735
parent63c3e98f21d8470ccf9af026997c695a79650530
mkfs.minix: remove die()

Get rid of this function and use errx(3) instead. This patch also
introduces a mkfs.h header and defines general purpose mkfs related
exit codes.

[kzak@redhat.com: - fix "warning: too many arguments for format" errors]

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/mkfs.cramfs.c
disk-utils/mkfs.h [new file with mode: 0644]
disk-utils/mkfs.minix.c