- Remove PRIO_TOTAL.

Submitted by:	bde
This commit is contained in:
jeff 2003-11-02 03:50:16 +00:00
parent 4455a41346
commit 9bc370feb5

View File

@ -42,9 +42,6 @@
*/
#define PRIO_MIN -20
#define PRIO_MAX 20
#ifdef _KERNEL
#define PRIO_TOTAL (PRIO_MAX - PRIO_MIN)
#endif /* _KERNEL */
#define PRIO_PROCESS 0
#define PRIO_PGRP 1