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 dd3048b2e483f66571cfa1b2ccebb2091b9ad990 (commit) from 2e38095efd8cad7fe6feb95dbeb276b7a4287f05 (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 dd3048b2e483f66571cfa1b2ccebb2091b9ad990 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Jan 16 18:54:19 2022 +0100 Make RPC input array parameters const This follows mig's cf4bcc3f1435 ("Also add const qualifiers on server side") ----------------------------------------------------------------------- Summary of changes: auth/auth.c | 10 +++++----- boot/boot.c | 12 ++++++------ console-client/trans.c | 2 +- console/console.c | 12 ++++++------ devnode/devnode.c | 4 ++-- eth-multiplexer/device_impl.c | 4 ++-- exec/exec.c | 36 ++++++++++++++++++------------------ fatfs/main.c | 6 +++--- libcons/dir-changed.c | 2 +- libdiskfs/dir-link.c | 2 +- libdiskfs/dir-lookup.c | 2 +- libdiskfs/dir-mkdir.c | 2 +- libdiskfs/dir-rename.c | 4 ++-- libdiskfs/dir-rmdir.c | 2 +- libdiskfs/dir-unlink.c | 2 +- libdiskfs/diskfs.h | 2 +- libdiskfs/file-exec.c | 32 ++++++++++++++++---------------- libdiskfs/file-set-trans.c | 6 +++--- libdiskfs/fsys-forward.c | 2 +- libdiskfs/fsys-getfile.c | 6 +++--- libdiskfs/fsys-getroot.c | 4 ++-- libdiskfs/fsys-options.c | 4 ++-- libdiskfs/io-restrict-auth.c | 4 ++-- libdiskfs/io-write.c | 2 +- libmachdev/ds_routines.c | 4 ++-- libmachdev/machdev-device_emul.h | 4 ++-- libmachdev/trivfs_server.c | 2 +- libnetfs/dir-link.c | 2 +- libnetfs/dir-lookup.c | 2 +- libnetfs/dir-mkdir.c | 2 +- libnetfs/dir-rename.c | 4 ++-- libnetfs/dir-rmdir.c | 2 +- libnetfs/dir-unlink.c | 2 +- libnetfs/file-exec.c | 32 ++++++++++++++++---------------- libnetfs/file-set-translator.c | 4 ++-- libnetfs/fsys-getroot.c | 4 ++-- libnetfs/fsys-set-options.c | 2 +- libnetfs/fsysstubs.c | 8 ++++---- libnetfs/io-restrict-auth.c | 4 ++-- libnetfs/io-write.c | 2 +- libnetfs/netfs.h | 2 +- libtrivfs/dir-link.c | 2 +- libtrivfs/dir-lookup.c | 2 +- libtrivfs/dir-mkdir.c | 2 +- libtrivfs/dir-rename.c | 4 ++-- libtrivfs/dir-rmdir.c | 2 +- libtrivfs/dir-unlink.c | 2 +- libtrivfs/file-exec.c | 32 ++++++++++++++++---------------- libtrivfs/file-set-trans.c | 2 +- libtrivfs/fsys-forward.c | 2 +- libtrivfs/fsys-getroot.c | 4 ++-- libtrivfs/fsys-set-options.c | 2 +- libtrivfs/fsys-stubs.c | 6 +++--- libtrivfs/io-restrict-auth.c | 4 ++-- libtrivfs/io-write.c | 2 +- libtrivfs/trivfs.h | 2 +- lwip/iioctl-ops.c | 12 ++++++------ lwip/io-ops.c | 8 ++++---- lwip/port/netif/hurdtunif.c | 4 ++-- lwip/socket-ops.c | 10 +++++----- mach-defpager/default_pager.c | 2 +- mach-defpager/setup.c | 4 ++-- pci-arbiter/main.c | 2 +- pci-arbiter/pci-ops.c | 2 +- pfinet/iioctl-ops.c | 14 +++++++------- pfinet/io-ops.c | 6 +++--- pfinet/socket-ops.c | 10 +++++----- pfinet/tunnel.c | 2 +- pflocal/io.c | 6 +++--- pflocal/pf.c | 2 +- pflocal/socket.c | 8 ++++---- proc/host.c | 10 +++++----- proc/info.c | 4 ++-- rumpdisk/block-rump.c | 2 +- startup/startup.c | 32 ++++++++++++++++---------------- storeio/io.c | 2 +- term/ptyio.c | 4 ++-- term/term.h | 2 +- term/users.c | 28 ++++++++++++++-------------- trans/bogus-fifo.c | 10 +++++----- trans/crash.c | 20 ++++++++++---------- trans/fakeroot.c | 34 +++++++++++++++++----------------- trans/fifo.c | 2 +- trans/magic.c | 4 ++-- trans/new-fifo.c | 4 ++-- trans/null.c | 2 +- trans/password.c | 4 ++-- trans/proxy-defpager.c | 8 ++++---- trans/random.c | 2 +- trans/remap.c | 2 +- trans/streamio.c | 4 ++-- trans/symlink.c | 4 ++-- utils/fakeauth.c | 10 +++++----- 93 files changed, 301 insertions(+), 301 deletions(-) hooks/post-receive -- Hurd