Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "unknown type name" error when compile in musl #109

Merged
merged 1 commit into from
Jul 11, 2015
Merged

fix "unknown type name" error when compile in musl #109

merged 1 commit into from
Jul 11, 2015

Conversation

rampageX
Copy link
Contributor

When u compile chinadns in musl libc env that new version DD-WRT used,
it will failed.

Because u_int and u_char is not standard type, so replace with
unsigned int and unsigned char can fix this error.

When u compile chinadns in musl libc env that new version DD-WRT used,
it will failed.

Because `u_int` and `u_char` is not standard type, so replace with
`unsigned int` and `unsigned char` can fix this error.
clowwindy added a commit that referenced this pull request Jul 11, 2015
fix "unknown type name" error when compile in musl
@clowwindy clowwindy merged commit 636d97c into shadowsocks:master Jul 11, 2015
@clowwindy
Copy link
Contributor

Thanks, merged!

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.

None yet

2 participants