This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via 49de4585a650c5e70cace733cb466fd007526f80 (commit) from a04c7bf83172faa7cb080fbe3b6c04a8415ca645 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 49de4585a650c5e70cace733cb466fd007526f80 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Thu May 28 10:49:51 2020 +0200 libdiskfs,libnetfs: add missing io_pathconf cases * libdiskfs/io-pathconf.c (diskfs_S_io_pathconf): For _PC_REC_MAX_XFER_SIZE, _PC_REC_INCR_XFER_SIZE, _PC_SYMLINK_MAX, return undefined. For _PC_2_SYMLINKS, return 1. For _PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, _PC_ALLOC_SIZE_MIN, return page size. * libnetfs/io-pathconf.c (netfs_S_io_pathconf): Likewise. ----------------------------------------------------------------------- Summary of changes: libdiskfs/io-pathconf.c | 10 ++++++++++ libnetfs/io-pathconf.c | 10 ++++++++++ 2 files changed, 20 insertions(+) hooks/post-receive -- Hurd