On Mon, 2018-12-03 at 12:17 +0100, Samuel Thibault wrote: > 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.
Hi again, A few questions: When building Hurd with updated RPC for file_record_lock (before updating the RPCfile), i.e. libdiskfs/file-record-lock.c et al I have to exclude the includes of the *fs_S.h, since glibc is not updated yet. What to do? Additionally when building the files in libfshelp-tests I have to add another argument to the file_record_lock call when including fs_U.h: mach_msg_type_name_t rendezvousPoly. Thanks!