Hi! > The numbers of parameters for crtchild() function which called in > two_children_ns.c and par_chld_ipv6.c is not correct.And it will make > the child process to be a zombie process. > And also move the definition of the function to the header file(common.h)
> +#ifndef _COMMON_H_ > +#define _COMMON_H_ Identifiers starting with double underscore or with underscore and capital letter are reserved for glibc implementation. We should use something as COMMON_H or COMMON_H__ to be sure not to collide. But this is very minor. Apart from this the patch has been corrupted, most likely line wrapped by your mail client. Have a look at: https://www.kernel.org/doc/Documentation/email-clients.txt -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
