maint: move timeout exit statuses
authorEric Blake <ebb9@byu.net>
Thu, 8 Oct 2009 14:13:02 +0000 (08:13 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 9 Oct 2009 02:30:03 +0000 (20:30 -0600)
commit2a876d901d8cccb3f633b65a93abaead81628a8f
tree123ab1690b47809770870636a009429b6e10d365
parenta797c4d7d3496e730d3bb3b19703396d31a65fad
maint: move timeout exit statuses

* src/timeout.c (EXIT_TIMEDOUT, EXIT_CANCELED): Remove as
macros...
* src/system.h (EXIT_TIMEDOUT, EXIT_CANCELED): ...and provide as
enum values instead.
* src/stdbuf.c (EXIT_CANCELED): Delete.
src/stdbuf.c
src/system.h
src/timeout.c