mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 18:40:03 +00:00
a39f60d812
1. remove unneeded patches: inetutils-1.9.1/disable-pre-ANSI-compilers.patch inetutils-1.9.1/remove-gets.patch 2. Update the version from 1.9.1 to 1.9.2 in version.patch 3. remove PR Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
15 lines
329 B
Diff
15 lines
329 B
Diff
Upstream-Status: Pending
|
|
|
|
--- inetutils-1.8/lib/wchar.in.h
|
|
+++ inetutils-1.8/lib/wchar.in.h
|
|
@@ -70,6 +70,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
|