Skip to content
Commit 993ca87f authored by Brooks Davis's avatar Brooks Davis
Browse files

japanese/mh: include errno.h for errno

errno must be accessed by a macro from errno.h.

Due to the sheer number of instances use REINPLACE_CMD to replace most
instances of "extern int errno;" with "#include <errno.h>".  In a few
places the errno decleration was a function-scope global where
including a header didn't make sense patch those out (the files already
included errno.h).  This isn't the most elegant, but it's the least of
the issues with this code.

PR:		281787
Approved by:	portmgr (build fix blanket), mikael
parent d4400f87
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment