Remove insane *_FILENO and EXIT_* usage
authorFRIGN <dev@frign.de>
Wed, 8 Jul 2015 21:49:25 +0000 (23:49 +0200)
committerChristoph Lohmann <20h@r-36.net>
Thu, 9 Jul 2015 16:34:41 +0000 (18:34 +0200)
Any system having different assignments than the usual 0, 1, 2 for
the standard file numbers and 0, 1 for the exit-statuses is broken
beyond repair.
Let's keep it simple and just use the numbers, no reason to fall
out of the window here and bend down for POSIX.
In one occasion, the ret-variable was not necessary. The check was
rewritten.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

No differences found