From: Guus Sliepen Date: Sat, 20 Nov 2010 14:31:11 +0000 (+0000) Subject: Use setpriority() instead of nice() on UNIX-like systems. X-Git-Tag: release-1.0.14~23 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=cac0a5c651535e8317839b0deff1ee98086a8184;hp=cac0a5c651535e8317839b0deff1ee98086a8184 Use setpriority() instead of nice() on UNIX-like systems. The return value of nice() can not reliably indicate errors. The return value of the setpriority() call is well-defined. ---