Re: [PATCH] fix compilation with NO_PTHREADS

2013-01-05 Thread Jonathan Nieder
Jeff King wrote: > I happened to notice this while looking at the sigpipe topic. I guess > not many people are building with NO_PTHREADS these days. Or that those people don't build "next". :) Thanks for catching it. -- To unsubscribe from this list: send the line "unsubscribe git" in the body o

[PATCH] fix compilation with NO_PTHREADS

2013-01-05 Thread Jeff King
Commit 1327452 cleaned up an unused parameter from wait_or_whine, but forgot to update a caller that is inside "#ifdef NO_PTHREADS". Signed-off-by: Jeff King --- I happened to notice this while looking at the sigpipe topic. I guess not many people are building with NO_PTHREADS these days. run-c