]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Dec 2023 11:12:16 +0000 (12:12 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Dec 2023 11:12:16 +0000 (11:12 +0000)
commit0e3cf5bcaca7cc98fd77b43d74e51a47987f5089
treeabaf373c39e3f269a3de7a6ca28f462b06a648de
parent72073ca5603bbd8d8a00b51fe508d3465f95f634
[3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113540)

Always include <sys/types.h> before <sys/sysmacros.h>.

(cherry picked from commit f108468970bf4e70910862476900f924fb701399)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Build/2020-05-01-23-44-31.bpo-11102.Fw9zeS.rst [new file with mode: 0644]
Modules/posixmodule.c
configure
configure.ac