Improve relocate_fd with dup2
authorNelson Ferreira <nelson.ferreira@ieee.org>
Wed, 7 Mar 2012 01:53:56 +0000 (20:53 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Wed, 7 Mar 2012 01:53:56 +0000 (20:53 -0500)
commitcb79e2fc5f53faf43c1cc0f9d4b85a34d92d36cc
treebc4eec216c943a72b7c06e60bdf58e2ea5e7ec85
parent0bc9046449a68bea1d248bf98a7ec680fbfab0ea
Improve relocate_fd with dup2

* src/callproc.c (relocate_fd): Satisfy checkers for return values
until proper check of getrlimit is implemented

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
src/callproc.c