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)
commitabfad4c4fc69ebb22febfe32677aadd112ce375a
tree57f76f8a1fa41e9a5edeb39df1fce22b926560ba
parent92e092efe6c6b2a6b6ec9da33170317d4426cab0
Remove insane *_FILENO and EXIT_* usage

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>
st.c