1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #356 (closed enhancement: fixed)

Opened 20 months ago

Last modified 20 months ago

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

Changed 20 months ago by jkoshy

  • status changed from new to accepted

Changed 20 months ago by jkoshy

  • status changed from accepted to closed
  • resolution set to fixed

Our utilities use POSIX exit codes, as of changeset [2142].

Note: See TracTickets for help on using tickets.