8000 stage1: include <sys/sysmacros.h> for makedev function by zmedico · Pull Request #3604 · rkt/rkt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

stage1: include <sys/sysmacros.h> for makedev function #3604

Merged
merged 1 commit into from
Apr 7, 2017

Conversation

zmedico
Copy link
Contributor
@zmedico zmedico commented Mar 7, 2017

In glibc, inclusion of <sys/sysmacros.h> by <sys/types.h> has
been deprecated, so files that use makedev need to explicitly
include <sys/sysmacros.h>.

See:
https://sourceware.org/git/?p=glibc.git;a=commit;h=dbab6577c6684c62bd2521c1c29dc25c3cac966f

In glibc, inclusion of <sys/sysmacros.h> by <sys/types.h> has
been deprecated, so files that use makedev need to explicitly
include <sys/sysmacros.h>.

See:
https://sourceware.org/git/?p=glibc.git;a=commit;h=dbab6577c6684c62bd2521c1c29dc25c3cac966f
@ghost
Copy link
ghost commented Mar 7, 2017

Can one of the admins verify this patch?

@zmedico
Copy link
Contributor Author
zmedico commented Mar 7, 2017

@jodh-intel PTAL

@jodh-intel
Copy link
Contributor

Change lgtm.

@lucab
Copy link
Member
lucab commented Mar 14, 2017

ok to test

Copy link
Member
@lucab lucab left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0