]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(usage): Use EXIT_SUCCESS, not 0, for clarity.
authorJim Meyering <jim@meyering.net>
Thu, 22 Jan 2004 21:00:25 +0000 (21:00 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Jan 2004 21:00:25 +0000 (21:00 +0000)
commitbfa5295dc08722b03cd14c4eab46d205eb6aa438
tree88958c243850340c2d564fe6b11c5b6847ce764c
parent6d524623b09597f2d0bbc270b6d5186db019984d
(usage): Use EXIT_SUCCESS, not 0, for clarity.
(main): Initialize exit_failure to EXIT_FAIL.

(main): Use EXIT_ENOENT and EXIT_CANNOT_INVOKE
rather than roll-your-own symbols or integers.
src/su.c