]> git.ipfire.org Git - thirdparty/vala.git/commit
posix: Include sys/sysmacros.h for major(), minor() and makedev()
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 24 Mar 2018 13:06:14 +0000 (14:06 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 16 Apr 2018 19:15:04 +0000 (21:15 +0200)
commit2c09a3e88b0307e7bd4f25e9e5f4bda80a40d46b
tree893036c466d5353c428713ecca857473d59db863
parent17d95a4cd218f274b4544c1e81c3053944f619f7
posix: Include sys/sysmacros.h for major(), minor() and makedev()

Relying on sys/types.h is fatal since glibc 2.27 and was deprecated since
glibc 2.25.

https://bugzilla.gnome.org/show_bug.cgi?id=794651
vapi/posix.vapi