Subject: CVS commit: basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 06/10/2002 21:32:02
Module Name: basesrc
Committed By: kleink
Date: Mon Jun 10 18:32:01 UTC 2002
Modified Files:
basesrc/lib/libc/gen: nice.c
Log Message:
Take into consideration that setpriority() silently fits the given
priority into its interval, so we really need to use getpriority() to
retrieve the correct return value; noted by Matthias Drochner.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/gen/nice.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.