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 "the great next stuff".
The branch, dde has been updated via 34b3bd896ec9b9e4ba298953fc504600dfdc7bff (commit) from 017eb132a6f47b4af3d8d1592e56c0272f311c91 (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 34b3bd896ec9b9e4ba298953fc504600dfdc7bff Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Nov 30 23:53:39 2020 +0100 hurd_types: Add const_string_t type This will allow to relieve constraints in callers, e.g. dir_lookup("") would otherwise produce a warning with gcc-11 since char[1024] would mean that dir_lookup would read all 1024 characters while it is not. * hurd/hurd_types.h (const_string_t): New type. ----------------------------------------------------------------------- Summary of changes: hurd/hurd_types.h | 1 + libports/complete-deallocate.c | 1 + 2 files changed, 2 insertions(+) hooks/post-receive -- the great next stuff