Skip to content

Fix compilation on Linux and ignore generated files#1

Open
unix-junkie wants to merge 2 commits into
mit-athena:masterfrom
unix-junkie:master
Open

Fix compilation on Linux and ignore generated files#1
unix-junkie wants to merge 2 commits into
mit-athena:masterfrom
unix-junkie:master

Conversation

@unix-junkie
Copy link
Copy Markdown

No description provided.

Comment thread imake.c
{
#ifndef WIN32
extern char *sys_errlist[];
extern const char *const sys_errlist[];
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

per perror(3) direct access to sys_errlist is deprecated in favor of strerror(). It looks like there's only one site to change, if you had interest in doing that. If not, that's okay, too.

Thanks for submitting these fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants