Hello,
You can systematize this kind of patch, over the whole source code, it's
really more readable :)
Samuel
Milos Nikic, le mer. 15 avril 2026 17:30:46 -0700, a ecrit:
> ---
> libdiskfs/disk-pager.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libdiskfs/disk-pager.c b/libdiskfs/disk-pager.c
> index f392fc42..6eaa3c62 100644
> --- a/libdiskfs/disk-pager.c
> +++ b/libdiskfs/disk-pager.c
> @@ -35,8 +35,8 @@ struct pager_requests *diskfs_disk_pager_requests;
> static void fault_handler (int sig, long int sigcode, struct sigcontext
> *scp);
> static struct hurd_signal_preemptor preemptor =
> {
> - preemptor: NULL,
> - handler: (sighandler_t) &fault_handler,
> + .preemptor = NULL,
> + .handler = (sighandler_t) &fault_handler,
> };
>
> void
> --
> 2.53.0
>