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

Compatibilty with glibc-2.23 #6132

Merged
merged 1 commit into from
May 17, 2017
Merged

Compatibilty with glibc-2.23 #6132

merged 1 commit into from
May 17, 2017

Conversation

jlec
Copy link
Contributor

@jlec jlec commented May 13, 2017

In glibc-2.23 <sys/sysmacros.h> isn't automatically included in
<sys/types.h> [1], so we need ot explicitely include it.

https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html

Signed-off-by: Justin Lecher [email protected]

In glibc-2.23 <sys/sysmacros.h> isn't automatically included in
<sys/types.h> [1], so we need ot explicitely include it.

1)
https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html

Signed-off-by: Justin Lecher <[email protected]>
@mention-bot
Copy link

@jlec, thanks for your PR! By analyzing the history of the files in this pull request, we identified @behlendorf and @mkjorling to be potential reviewers.

@bunder2015
Copy link
Contributor

Just curious, I've been running with glibc 2.23 since January without problems, is it just a warning message at compile time?

@jlec
Copy link
Contributor Author

jlec commented May 14, 2017

@bunder2015 I hit that when switching to glibc-2.25, but the changelog refers to 2.23.

@bunder2015
Copy link
Contributor

I see, thanks

@behlendorf behlendorf merged commit 331ec1a into openzfs:master May 17, 2017
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Jun 29, 2017
In glibc-2.23 <sys/sysmacros.h> isn't automatically included in
<sys/types.h> [1], so we need ot explicitely include it.

https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Justin Lecher <[email protected]>
Closes openzfs#6132
tonyhutter pushed a commit that referenced this pull request Jul 20, 2017
In glibc-2.23 <sys/sysmacros.h> isn't automatically included in
<sys/types.h> [1], so we need ot explicitely include it.

https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Justin Lecher <[email protected]>
Closes #6132
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.

4 participants