Hi! Pushed with a minor change, thanks. > + SAFE_WAITPID(pid, &status, 0); > + > + if (WIFEXITED(status)) > + return; I've changed this to chech for WEXITSTATUS(status) == 0 as well and the same for statfs02. -- Cyril Hrubis chrubis@suse.cz