◐ Shell
clean mode source ↗

bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX by ZackerySpytz · Pull Request #19856 · python/cpython

sys/types.h must be included before sys/sysmacros.h

erlend-aasland

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 28, 2023
…P-UX (pythonGH-19856)

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

(cherry picked from commit f108468)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 28, 2023
…P-UX (pythonGH-19856)

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

(cherry picked from commit f108468)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

@OrenHeld OrenHeld mannequin mentioned this pull request

Apr 10, 2022

serhiy-storchaka added a commit that referenced this pull request

Dec 28, 2023
…() on HP-UX (GH-19856) (GH-113541)

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

(cherry picked from commit f108468)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

serhiy-storchaka added a commit that referenced this pull request

Dec 28, 2023
…() on HP-UX (GH-19856) (GH-113540)

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

(cherry picked from commit f108468)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

kulikjak pushed a commit to kulikjak/cpython that referenced this pull request

Jan 22, 2024
…P-UX (pythonGH-19856)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
…P-UX (pythonGH-19856)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
…P-UX (pythonGH-19856)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>