Ticket #356 (closed enhancement: fixed)
Portability fix: use the standard exit codes defined in <stdlib.h>
| Reported by: | jkoshy | Owned by: | jkoshy |
|---|---|---|---|
| Priority: | major | Milestone: | RELEASE_0_5 |
| Component: | SF.Net Project | Version: | |
| Keywords: | Cc: |
Description
The POSIX standard defines two exit codes in <stdlib.h>: these are EXIT_SUCCESS and EXIT_FAILURE.
Improve the portability of our code by using these exit codes in preference to those defined in <sysexits.h>.
Change History
Note: See
TracTickets for help on using
tickets.