]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:02:23 +0000 (12:02 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Dec 2023 11:02:23 +0000 (11:02 +0000)
commit656eb1670700f6abe3bc3dc54934d01d3a10b97e
tree2a6b52ef96c093c35bbd404183dedbbb3cf90dd1
parenta486d10fc6a23df098f259147e43de6d9dd00dd9
[3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113541)

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