]> granicus.if.org Git - procps-ng/commit
testsuite: Make test program compile on Hurd
authorCraig Small <csmall@dropbear.xyz>
Tue, 12 Oct 2021 20:56:39 +0000 (07:56 +1100)
committerCraig Small <csmall@dropbear.xyz>
Tue, 12 Oct 2021 20:59:04 +0000 (07:59 +1100)
commitfc960774d5036f6123df217182f6925c41ec6a97
tree70caee33e7d31698fc6d870d1f5d7b718b070f26
parentaa3348db86d4d1f123a721616f02cc0e8c543554
testsuite: Make test program compile on Hurd

procps fails to build from source due to usage of field si_int of struct
siginfo_t in lib/test_process.c which does not exist on GNU/Hurd.

Thanks to Svante Signell for the patch.

References:
 https://bugs.debian.org/987557

Signed-off-by: Craig Small <csmall@dropbear.xyz>
lib/test_process.c