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 "GNU Mach".
The branch, master has been updated via 9d2dfdd0727ae6b3029ca36a940d68c435011b92 (commit) from 6777cf5650d6989fcee000780a71c05e9426526e (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 9d2dfdd0727ae6b3029ca36a940d68c435011b92 Author: Flavio Cruz <flavioc...@gmail.com> Date: Mon Jan 9 00:14:20 2023 -0500 Export input structures used by Hurd in device/input.h. Also delete sys/ioctl.h and merge it with device/input.h since it is only needed here. Message-Id: <y7uirjzajeobz...@jupiter.tail36e24.ts.net> ----------------------------------------------------------------------- Summary of changes: Makefrag.am | 1 + i386/i386at/kd.h | 60 +--------------------------- include/device/input.h | 106 +++++++++++++++++++++++++++++++++++++++++++++++++ include/sys/ioctl.h | 52 ------------------------ 4 files changed, 108 insertions(+), 111 deletions(-) create mode 100644 include/device/input.h delete mode 100644 include/sys/ioctl.h hooks/post-receive -- GNU Mach