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 78102136e63b4bdccd06982fd8708b6832225be7 (commit) from ad63bae03cf0eb9edced3803cbcd0cee02377050 (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 78102136e63b4bdccd06982fd8708b6832225be7 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Fri Jan 7 00:13:56 2022 +0100 term: Make sure to have ttydefchars use the proper _POSIX_VDISABLE For <sys/ttydefaults.h> to catch the proper value of _POSIX_VDISABLE, <unistd.h> has to be included before it. <termios.h> happens to be including it so we have to include <unistd.h> before that. ----------------------------------------------------------------------- Summary of changes: term/term.h | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Hurd