mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
* There are difference spaces between inetutils-1.8/COPYING
and inetutils-1.9.1/COPYING,so md5sum is changed.
* the following patches are accepted by inetutils 1.9.1 upstream
inetutils-1.8-1005-ftpd-add-daemon-D-nommu-support.patch
inetutils-1.8-1004-detect-fork-support.patch
inetutils-1.8-1003-use-daemon-from-the-C-library-when-possible.patch
inetutils-1.8-1002-rshd-detect-__rcmd_errstr-support-in-the-C-lib.patch
inetutils-1.8-1001-ftp-rename-ruserpass-to-avoid-C-library-collision.patch
inetutils-1.8-0002-argp-fix-program_invocation_name-detection.patch
Signed-off-by: Chunrong Guo <b40290@freescale.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
|