On Wed, Oct 06, 2010 at 10:04:14PM -0500, Jonathan Nieder wrote: > 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? Yeah please resend the patch with the fix-up. Thanks! -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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