Samuel Thibault, le lun. 03 déc. 2018 12:14:42 +0100, a ecrit: > to which you'd pass MACH_PORT_NULL for now. And in the server, in the > GETLK case, set the l_pid field to -1 for now.
More precisely: in the server, for now set the field to -1 if the port is null, and return EOPNOTSUPP if the port is not null. Samuel