[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] Hurd branch, master, updated. v0.9.git20240714-30-g9e943599
From: |
Samuel Thibault |
Subject: |
[SCM] Hurd branch, master, updated. v0.9.git20240714-30-g9e943599 |
Date: |
Fri, 8 Nov 2024 13:16:32 -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 "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 <zhmingluo@163.com>
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: <20241108031619.312288-1-zhmingluo@163.com>
-----------------------------------------------------------------------
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] Hurd branch, master, updated. v0.9.git20240714-30-g9e943599,
Samuel Thibault <=