mirror of
https://git.yoctoproject.org/poky
synced 2026-03-05 14:59:41 +01:00
Removed upstreamed patches and refreshed q few other. (From OE-Core rev: a21e8fdf1b66961ddae5929d393daa08800bb748) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
644 B
Diff
26 lines
644 B
Diff
From 9089c6eafbf5903174dce87b68476e35db80beb9 Mon Sep 17 00:00:00 2001
|
|
From: Martin Jansa <martin.jansa@gmail.com>
|
|
Date: Wed, 6 Mar 2019 09:36:11 -0500
|
|
Subject: [PATCH] inetutils: Import version 1.9.4
|
|
|
|
Upstream-Status: Pending
|
|
|
|
---
|
|
lib/wchar.in.h | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/lib/wchar.in.h b/lib/wchar.in.h
|
|
index cdda680..043866a 100644
|
|
--- a/lib/wchar.in.h
|
|
+++ b/lib/wchar.in.h
|
|
@@ -77,6 +77,9 @@
|
|
/* The include_next requires a split double-inclusion guard. */
|
|
#if @HAVE_WCHAR_H@
|
|
# @INCLUDE_NEXT@ @NEXT_WCHAR_H@
|
|
+#else
|
|
+# include <stddef.h>
|
|
+# define MB_CUR_MAX 1
|
|
#endif
|
|
|
|
#undef _GL_ALREADY_INCLUDING_WCHAR_H
|