Hi, On Sun, 25 May 2008, Clemens Buchacher wrote: > This did not cause any problems, because remove_lock_file_on_signal is > only registered for SIGINT. Only from the patch did I understand that you actually meant: lockfile: reset the correct signal In the function remove_lock_file_on_signal(), the signal handler for SIGINT was reset, ignoring the parameter signo. This did not pose a problem yet, as remove_lock_file_on_signal() was only registered as a SIGINT handler. Hth, Dscho -- To unsubscribe from this list: 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