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 c16f0c7dc7b342f46835ad339dd2aa498fec56ea (commit) from 10a77adaca881c1f9aa1e4672f365f94dec9ba7d (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 c16f0c7dc7b342f46835ad339dd2aa498fec56ea Author: Flavio Cruz <flavioc...@gmail.com> Date: Sun Nov 13 00:26:13 2022 -0500 hurd: ensure subsystem directive appears before anything else in *.defs mig is incorrectly initializing basic types twice (init_type) for kernel user and kernel server definitions. To fix this bug, we should initialize the types during a subsystem directive only. This commit ensures all hurd definitions have subsystem at the very start so that these definitions work correctly with a patched mig. Message-Id: <Y3B/9ZCdqYCcd/zf@viriathus> ----------------------------------------------------------------------- Summary of changes: hurd/iioctl.defs | 7 +++---- hurd/kdioctl.defs | 4 ++-- hurd/rioctl.defs | 8 ++++---- hurd/tioctl.defs | 6 +++--- 4 files changed, 12 insertions(+), 13 deletions(-) hooks/post-receive -- Hurd