summaryrefslogtreecommitdiffstats
path: root/package/nfs-utils/nfs-utils-0005-Allow-usage-of-getrpcbynumber-when-getrpcbynumber_r-.patch
Commit message (Collapse)AuthorAgeFilesLines
* nfs-utils: add patches to allow compilation against libtirpcThomas Petazzoni2012-11-141-0/+70
libtirpc does not implement the reentrant function getrpcbynumber_r(), so allow nfs-utils to use the non-reentrant version getrpcbynumber(). This should not be a problem as nfs-utils tools are not multi-threaded. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>