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  9e943599f1b16cc7c60628c504f082f7de6c6449 (commit)
      from  00b1784c3a3d90e1abac40b6c7de3ebbbb05b6a2 (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 9e943599f1b16cc7c60628c504f082f7de6c6449
Author: Zhaoming Luo <[email protected]>
Date:   Fri Nov 8 11:16:19 2024 +0800

    Comment fixes
    
    I don't think ioctls.h is a good place looking for the subsystem id
    calculation, instead hurd/ioctls.defs, it contains the following codes:
    
    ```
    /* Calculate the MiG subsystem (i.e. first message ID)
       for the RPCs produced by ioctl requests in the given group.  */
    #define IOC_GROUP_SUBSYSTEM(group)  (100000 + ((group) - 'f') * 4000)
    ```
    
    Message-ID: <[email protected]>

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

Summary of changes:
 hurd/iioctl.defs  | 4 ++--
 hurd/kdioctl.defs | 4 ++--
 hurd/rioctl.defs  | 4 ++--
 hurd/tioctl.defs  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Hurd

Reply via email to