8000 Solaris doesn't necessarily have stdint.h, use inttypes.h by jacquesg · Pull Request #2503 · libgit2/libgit2 · GitHub
[go: up one dir, main page]

Skip to content

Solaris doesn't necessarily have stdint.h, use inttypes.h #2503

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

Merged
merged 1 commit into from
Aug 5, 2014
Merged

Solaris doesn't necessarily have stdint.h, use inttypes.h #2503

merged 1 commit into from
Aug 5, 2014

Conversation

jacquesg
Copy link
Contributor
@jacquesg jacquesg commented Aug 5, 2014

Found this failure:
http://ppm4.activestate.com/sun4-solaris-64/5.14/1400/J/JA/JACQUESG/Git-Raw-0.41.d/log-20140803T142004.txt

This is easy enough to fix, use <sys/inttypes.h> instead of <stdint.h>.

See:
http://wiki.opencsw.org/porting-faq#toc1

@carlosmn
Copy link
Member
carlosmn commented Aug 5, 2014

Make sure to send this upstream. We don't want to have to carry around too many patches.

@jacquesg
Copy link
Contributor Author
jacquesg commented Aug 5, 2014

Busy as we speak 😄

@jacquesg
Copy link
Contributor Author
jacquesg commented Aug 5, 2014

Submitted upstream

nodejs/http-parser#184

vmg pushed a commit that referenced this pull request Aug 5, 2014
Solaris doesn't necessarily have stdint.h, use inttypes.h
@vmg vmg merged commit e0af251 into libgit2:master Aug 5, 2014
@vmg
Copy link
Member
vmg commented Aug 5, 2014

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.

3 participants
0