On Mon, 19 Jun 2006, Junio C Hamano wrote: > > Linus Torvalds <torvalds@xxxxxxxx> writes: > > > Whether we want to do that in the main() routine or when we actually do > > the fork() or whatever is a different issue. > > I do not offhand think of a place where we do fork() but not > waitpid(), and it is very tempting to cheat and do that in the > main(), since I do not see a downside to it. Yeah, it probably does make sense. That said, there are several "main()" functions, so you'd still end up having to verify that we catch all the paths.. Are all users of fork() built-in by now? Linus - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html