diff options
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r-- | sys/sys/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h index a52610f2680f..3524cce3043f 100644 --- a/sys/sys/user.h +++ b/sys/sys/user.h @@ -143,7 +143,7 @@ struct kinfo_proc { long ki_kiflag; /* KI_* flags (below) */ int ki_traceflag; /* Kernel trace points */ char ki_stat; /* S* process status */ - char ki_nice; /* Process "nice" value */ + signed char ki_nice; /* Process "nice" value */ char ki_lock; /* Process lock (prevent swap) count */ char ki_rqindex; /* Run queue index */ u_char ki_oncpu; /* Which cpu we are on */ |