Stephane Billiart noticed that the return code of the new mount was horked.
authorRob Landley <rob@landley.net>
Sun, 14 Aug 2005 18:46:34 +0000 (18:46 -0000)
committerRob Landley <rob@landley.net>
Sun, 14 Aug 2005 18:46:34 +0000 (18:46 -0000)
commit6e98521d68bdc931ddcbcd80ee299f823ed735f0
tree8bd62e2046c79c577fe5d004e43a6cd83a059da5
parent58a651b2e59eaeeeb426a58bf8063f860044a2fa
Stephane Billiart noticed that the return code of the new mount was horked.
(Cleaned up the return code path to consistently use numbers so I don't keep
confusing EXIT_SUCCESS with TRUE and EXIT_FAILURE with FALSE...)
util-linux/mount.c