Hey Etienne, Etienne Champetier <[email protected]> writes: > i know that spawn_jail(void) is valid code, but then the clone call > refuses to compile
That's type-safety for you. spawn_jail() is valid code too but it's not type-safe, so AFAICT you're avoiding the errors by letting the compiler ignore them, not by providing a proper solution. :) -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
