Subject: CVS commit: [netbsd-1-6] basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/11/2002 04:55:54
Module Name: basesrc
Committed By: lukem
Date: Tue Jun 11 01:55:53 UTC 2002
Modified Files:
basesrc/lib/libc/gen [netbsd-1-6]: nice.c
Log Message:
Pull up revision 1.11 (requested by kleink in ticket #236):
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.9.8.1 -r1.9.8.2 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.