On Fri, Feb 10, 2012 at 11:53 AM, Zhi Yong Wu <zwu.ker...@gmail.com> wrote: > By the way, need we still to do one clean failure exit?
I find the abort(3) usage odd but it's not critical to change it. Since we printed an error message I would have expected exit(EXIT_FAILURE), not abort(3) which is usually used for strange cases that you want to debug if hit. Stefan