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 "MIG".
The branch, master has been updated via 983b56e9f7ef1fdfcf82ad82cc70f939318e599f (commit) from cf4bcc3f1435eafa3ed8b5fadfa9698033d1e2df (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 983b56e9f7ef1fdfcf82ad82cc70f939318e599f Author: Flavio Cruz <flavioc...@gmail.com> Date: Wed Jan 19 22:59:13 2022 -0800 Add _Static_assert when compiling server and user stubs. This is only done when data is inlined with a concrete size. It ensures the C and Mig types have the same size in the target arch. Tested by building the hurd package. No assertions were triggered. Message-Id: <YekIQaxvs+4FrHyw@viriathus> ----------------------------------------------------------------------- Summary of changes: server.c | 4 ++-- tests/good/case.defs | 6 ++++-- tests/includes/types.h | 2 +- user.c | 2 +- utils.c | 39 ++++++++++++++++++++++++++++++++------- utils.h | 9 ++++++--- 6 files changed, 46 insertions(+), 16 deletions(-) hooks/post-receive -- MIG