1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

The previous commit also fixed a possibly-wrong (too high) priority

for the rescheduled process.
This commit is contained in:
Bruce Evans 1999-02-22 18:39:49 +00:00
parent 1b968362aa
commit 3965f8d8bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44220

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_subr.c 8.3 (Berkeley) 1/21/94
* $Id: kern_subr.c,v 1.25 1999/02/02 12:11:01 bde Exp $
* $Id: kern_subr.c,v 1.26 1999/02/22 16:57:47 bde Exp $
*/
#include <sys/param.h>