* Luca Boccassi:
> Unfortunately it doesn't help with existing kernels though. Is there a
> test macro that can be used to check for either/or?
I've used
if (errno != EREMOTE)
TEST_COMPARE (errno, ESRCH);
to cover two possible alternatives.
Thanks,
Florian