Pádraig Brady wrote: > Eric Blake wrote: >> >>>From 69b7a7ab900a043d6330b400659fb69a1aedde8e Mon Sep 17 00:00:00 2001 >> From: Eric Blake <e...@byu.net> >> Date: Thu, 8 Oct 2009 08:13:02 -0600 >> Subject: [PATCH 1/3] 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. > > I'm not against this but EXIT_TIMEDOUT is specific to timeout.
Good point. I see little benefit to moving it out to system.h. I'm all for the macro-to-enum conversion though. How about just doing that and leaving them in timeout.c?