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

Compile on BSD and use snprintf(). #3

Merged
merged 4 commits into from
Nov 10, 2016
Merged

Compile on BSD and use snprintf(). #3

merged 4 commits into from
Nov 10, 2016

Conversation

ln5
Copy link
Contributor

@ln5 ln5 commented Nov 10, 2016

This is a bit messed up. You might want to cherry-pick instead of merging, to avoid the merge commit.

ln5 added 4 commits February 27, 2016 02:15
<stddef.h> is needed for size_t on BSD's.
<netinet/in.h> is needed for struct in_addr, which we don't use.

(On Linux, <arpa/inet.h> includes <netinet/in.h>, on BSD's (all?) it
doesn't. Regardless, we don't need it.)
@ahf ahf merged commit 51d667b into ahf:develop Nov 10, 2016
@ahf
Copy link
Owner

ahf commented Nov 10, 2016

Thanks!

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