CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/05/20 14:36:18
Modified files:
shells/nsh : Makefile
Added files:
shells/nsh/patches: patch-utf8_c
Log message:
nsh: unbreak build with upcoming libc changes
wchar.h will stop pulling in stdio.h on which extern.h depends because of
FILENAME_MAX. Add the missing stdio.h dependency to utf8.c to unbreak the
build.
ok stsp (who already pulled in the fix into upstream sources)
