Johannes Schindelin <johannes.schindelin@xxxxxxxxx> writes: > @@ -24,4 +24,5 @@ void gitunsetenv (const char *name) > ++dst; > } > environ[dst] = NULL; > + return 0; > } Yup, that hunk (with a blank before the "return") is already in my "real" version. Thanks for spotting.