:> dd if=boot2.ld of=${.TARGET} obs=7680 conv=osync 2>/dev/null
:
:We don't build stat as a bootstrap-tool, but we could I think.
Yes, I think it's a good idea to replace uses of ls in
the build process with stat. The stat program does use
ctype.h, but as far as I can tell it only uses it for
isdigit(). It does not seem to use wchar at all. If it
creates a problem we can just rip that out and write a
little static procedure to do the same thing.
-Matt
