Applied patch from Greg Edwards:
=================================
testcases/network/nfs/nfsstress/make_tree.c uses the _syscall0()
interface, which is not a standard interface across all distributions
(e.g. SuSE SLES).  Define gettid() to syscall(__NR_gettid).
1 file changed