Use setpriority() instead of nice() on UNIX-like systems.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 20 Nov 2010 14:31:11 +0000 (14:31 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 20 Nov 2010 14:31:11 +0000 (14:31 +0000)
The return value of nice() can not reliably indicate errors. The return value
of the setpriority() call is well-defined.


No differences found