Herbert Xu wrote: > On Wed, Oct 06, 2010 at 08:03:47PM -0500, Jonathan Nieder wrote: >> --- a/src/error.h >> +++ b/src/error.h >> @@ -66,9 +66,8 @@ extern int exception; >> /* exceptions */ >> #define EXINT 0 /* SIGINT received */ >> #define EXERROR 1 /* a generic error */ >> -#define EXSHELLPROC 2 /* execute a shell procedure */ >> -#define EXEXEC 3 /* command execution failed */ >> -#define EXEXIT 4 /* exit the shell */ >> +#define EXEXEC 2 /* command execution failed */ >> +#define EXEXIT 3 /* exit the shell */ > > There is no need to renumber things. Just leave a gap. Ok. Should I fix it up or would you like to? Thanks, Jonathan -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html