commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] MIG branch, master, updated. v1.8-45-ge5c3fa4


From: Samuel Thibault
Subject: [SCM] MIG branch, master, updated. v1.8-45-ge5c3fa4
Date: Fri, 29 Dec 2023 11:40:14 -0500 (EST)

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  e5c3fa44fb75b23dc7100202e52f3d4366447851 (commit)
      from  3b1fcb2b83bb26d43dc912884499345f561d0b6a (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 e5c3fa44fb75b23dc7100202e52f3d4366447851
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Fri Dec 29 11:08:14 2023 -0500

    Use char* for inlined arrays of char in user headers
    
    This changes how we declare RPC user prototypes for device_read_inband
    to use "char *data" rather than "io_buf_ptr_inband_t data". It is more
    standard to pass a pointer to represent arrays compared to "char [128]". 
This
    fixes a warning in console-client since GCC won't complain we are not
    passing an exact char [128].
    
    Also updated code to use const_io_buf_ptr_inband_t for
    device_write_inband. This is a pointer to const data rather than a const
    pointer.
    Message-ID: <ZY7u7noOnHlyJi24@jupiter.tail36e24.ts.net>

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

Summary of changes:
 utils.c | 30 ++++++++++++++++++++++++------
 1 file changed, 24 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
MIG



reply via email to

[Prev in Thread] Current Thread [Next in Thread]