Justus Winter, le Thu 22 Jan 2015 22:22:05 +0100, a écrit : > + if (MACH_PORT_VALID (name) && space == current_space()) { > printf("task %.*s destroying an invalid port %lu, most > probably a bug.\n", sizeof current_task()->name, current_task()->name, name);
I'm a bit afraid of juxtaposing "PORT_VALID" and "invalid port", the reader may get confused. Also change the warning wording into "a bogus port", and then ack, thanks! Samuel