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 ef5924402864ef049f40a39e73967628583bc1a4 (commit)
from add3d8afc7fd199c0fe6bf40a46462c2f77f9ef5 (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 ef5924402864ef049f40a39e73967628583bc1a4
Author: Flavio Cruz <[email protected]>
Date: Sun May 7 23:30:36 2023 -0400
Stop checking if MiG supports retcode.
Due to MiG requiring the subsystem to be defined early in order to know the
size of a port, this was causing a division by zero error during
./configure.
We could have just move subsystem to the top of the snippet, however it is
simpler to just remove the check given that we have no plans to use some
other
MiG anyway.
We force RETURN_CODE_ARG to use retcode which is a no-op.
Message-Id: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
aclocal.m4 | 24 ------------------------
configure.ac | 2 --
hurd/hurd_types.defs | 5 -----
3 files changed, 31 deletions(-)
hooks/post-receive
--
Hurd