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 f5fb7c713ea443469406a691e60a6f4567a4cb75 (commit)
from dd3048b2e483f66571cfa1b2ccebb2091b9ad990 (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 f5fb7c713ea443469406a691e60a6f4567a4cb75
Author: Samuel Thibault <[email protected]>
Date: Mon Jan 17 00:32:29 2022 +0100
Fix const warnings
Now that the RPCs have const, this forces us cleaning our const-meant
functions.
-----------------------------------------------------------------------
Summary of changes:
acpi/netfs_impl.c | 22 +++++++++++-----------
boot/boot.c | 4 ++--
console-client/current-vcs.c | 5 +++--
console-client/trans.c | 20 ++++++++++----------
console-client/trans.h | 4 ++--
console/console.c | 20 ++++++++++----------
console/display.c | 4 ++--
console/display.h | 2 +-
console/input.c | 4 ++--
console/input.h | 2 +-
devnode/devnode.c | 2 +-
doc/hurd.texi | 8 ++++----
eth-multiplexer/device_impl.c | 2 +-
eth-multiplexer/netfs_impl.c | 24 ++++++++++++------------
eth-multiplexer/vdev.c | 2 +-
eth-multiplexer/vdev.h | 2 +-
exec/exec.c | 30 ++++++++++++++++--------------
exec/hashexec.c | 6 +++---
exec/priv.h | 6 +++---
ftpfs/netfs.c | 22 +++++++++++-----------
hostmux/mux.c | 2 +-
hostmux/node.c | 2 +-
hostmux/stubs.c | 20 ++++++++++----------
libcons/dir-changed.c | 4 ++--
libdiskfs/dir-lookup.c | 2 +-
libdiskfs/file-set-trans.c | 2 +-
libdiskfs/io-write.c | 2 +-
libnetfs/dir-lookup.c | 2 +-
libnetfs/fsys-set-options.c | 2 +-
libnetfs/netfs.h | 24 ++++++++++++------------
libnetfs/set-get-trans.c | 2 +-
libnetfs/set-options.c | 2 +-
libpipe/dgram.c | 4 ++--
libpipe/pipe.c | 6 +++---
libpipe/pipe.h | 8 ++++----
libpipe/pq.c | 4 ++--
libpipe/pq.h | 4 ++--
libpipe/seqpack.c | 4 ++--
libpipe/stream.c | 4 ++--
libtrivfs/fsys-getroot.c | 2 +-
libtrivfs/priv.c | 2 +-
libtrivfs/set-options.c | 2 +-
libtrivfs/trivfs.h | 4 ++--
lwip/iioctl-ops.c | 2 +-
lwip/socket-ops.c | 2 +-
mach-defpager/default_pager.c | 2 +-
mach-defpager/default_pager.h | 6 +++---
mach-defpager/setup.c | 6 +++---
nfs/name-cache.c | 6 +++---
nfs/nfs.c | 10 +++++-----
nfs/nfs.h | 16 ++++++++--------
nfs/ops.c | 20 ++++++++++----------
pci-arbiter/netfs_impl.c | 26 +++++++++++++-------------
pfinet/iioctl-ops.c | 2 +-
procfs/netfs.c | 20 ++++++++++----------
rumpdisk/block-rump.c | 6 +++---
storeio/dev.c | 2 +-
storeio/dev.h | 2 +-
storeio/io.c | 2 +-
storeio/open.c | 2 +-
storeio/open.h | 2 +-
storeio/storeio.c | 4 ++--
trans/fakeroot.c | 22 +++++++++++-----------
trans/firmlink.c | 2 +-
trans/magic.c | 2 +-
trans/streamio.c | 8 ++++----
usermux/mux.c | 2 +-
usermux/node.c | 2 +-
usermux/stubs.c | 20 ++++++++++----------
69 files changed, 250 insertions(+), 247 deletions(-)
hooks/post-receive
--
Hurd