]> 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:56:39 +0000 (07:56 +1100)
commitd39d9db07974f4f09cd2f31137742a7ea3be65c5
treea19a9f2158d3251fdd7dcf0e610410b9d7042c38
parent67c150ed7c7c9908076ea47deceeed109b67122d
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