Re: [PATCH,HURD] ptrace: use __hurd_fail for EOPNOTSUPP

2012-10-24 Thread Pino Toscano
Alle mercoledì 29 agosto 2012, Pino Toscano ha scritto: > attached there is a minor patch to fix the return values of > unimplemented cases, i.e. using __hurd_fail to set EOPNOTSUPP > properly. Ping. -- Pino Toscano signature.asc Description: This is a digitally signed message part.

Re: [PATCH.HURD] fix fdatasync/fsync if file_sync is not supported

2012-10-24 Thread Pino Toscano
Alle mercoledì 29 agosto 2012, Pino Toscano ha scritto: > Hurd's implementations of fdatasync and fsync do not take into > account the fact that file_sync could not be implemented in the > receiving port, or implemented as stub, returning (E)MIG_BAD_ID or > EOPNOTSUPP. Attached there is a patch to