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  7d39d1394f474883d000dc1ebdda25d0d7ac952e (commit)
      from  fac38fc75d67086d7944491339e2db62da1cf116 (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 7d39d1394f474883d000dc1ebdda25d0d7ac952e
Author: Milos Nikic <[email protected]>
Date:   Thu Apr 2 10:48:17 2026 -0700

    libdiskfs: Clean up headers and compiler warnings in init-startup.c
    
    Add missing standard and Mach/Hurd headers to resolve implicit
    function declarations, ensuring compatibility with stricter modern
    compilers (e.g., GCC 14+).
    
    Remove <string.h> and 'startup_S.h' as they are no longer used
    in this file, reducing namespace pollution.
    
    Finally, add explicit (void *) casts to the out-parameters of
    ports_create_port() to silence -Wincompatible-pointer-types
    warnings during compilation.
    Message-ID: <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 libdiskfs/init-startup.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Hurd

Reply via email to