From f36f405c05f5dfaf3ffa0569c6cf39252c8d0a45 Mon Sep 17 00:00:00 2001 From: SuperIlu Date: Mon, 2 Dec 2024 21:25:11 +0100 Subject: [PATCH] reworked changelog according to suggestion Signed-off-by: SuperIlu --- ChangeLog.d/fix-compilation-with-djgpp.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ChangeLog.d/fix-compilation-with-djgpp.txt b/ChangeLog.d/fix-compilation-with-djgpp.txt index 45c565957e..5b79fb69de 100644 --- a/ChangeLog.d/fix-compilation-with-djgpp.txt +++ b/ChangeLog.d/fix-compilation-with-djgpp.txt @@ -1,5 +1,2 @@ -Bugfix: - * DJGPP does not provide `suseconds_t`, but defines `__unix__` - * `net_sockets.c` uses it for `mbedtls_net_usleep()` - * This fix makes use of the alternate codepath w/o `suseconds_t` if `__DJGPP__` is defined - +Bugfix + * Fix compilation on MS-DOS DJGPP. Fixes #9813.