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 23193fd35c9eaf20d794a7cc231f7c2a931a6378 (commit) from abdc4b1040fce44597a61b4e219008932b4f459b (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 23193fd35c9eaf20d794a7cc231f7c2a931a6378 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Mar 30 01:17:11 2020 +0200 machdev: Expose machdev_emul_device structure * libmachdev/machdev-dev_hdr.h (DEVICE_NULL): Remove macro. (emul_device): Rename structure to machdev_emul_device. (emul_device_t): Rename type to machdev_emul_device_t. (mach_device, mach_device_t, MACH_DEVICE_NULL): Move to... * libmachdev/mach_device.h: ... new file. * libmachdev/ds_routines.c: Include "mach_device.h". * libmachdev/machdev-device_emul.h: Include <mach/notify.h>, <device/device_types.h>, <device/net_status.h>, <errno.h> * libmachdev/machdev.h: Include "machdev_hdr.h". * libmachdev/mig-decls.h: Include "mach_device.h". * libmachdev/Makefile (LCLHDRS): Add mach_device.h. (installhdrs): Add machdev-dev_hdr.h. ----------------------------------------------------------------------- Summary of changes: libmachdev/Makefile | 4 ++-- libmachdev/ds_routines.c | 1 + libmachdev/{machdev.h => mach_device.h} | 32 ++++++++++++++------------------ libmachdev/machdev-dev_hdr.h | 17 ++--------------- libmachdev/machdev-device_emul.h | 4 ++++ libmachdev/machdev.h | 1 + libmachdev/mig-decls.h | 1 + 7 files changed, 25 insertions(+), 35 deletions(-) copy libmachdev/{machdev.h => mach_device.h} (62%) hooks/post-receive -- Hurd