On 16:41:37,  9.03.16, Michal Mazurek wrote:
> Sorry, I forgot one:
> 
> 
> Index: sys/sys/sysctl.h
> ===================================================================
> RCS file: /cvs/src/sys/sys/sysctl.h,v
> retrieving revision 1.158
> diff -u -p -r1.158 sysctl.h
> --- sys/sys/sysctl.h  29 Feb 2016 19:44:07 -0000      1.158
> +++ sys/sys/sysctl.h  9 Mar 2016 15:41:04 -0000
> @@ -377,7 +377,7 @@ struct kinfo_proc {
>  
>       int8_t  p_stat;                 /* CHAR: S* process status (from LWP). 
> */
>       u_int8_t p_priority;            /* U_CHAR: Process priority. */
> -     u_int8_t p_usrpri;              /* U_CHAR: User-priority based on p_cpu 
> and ps_nice. */
> +     u_int8_t p_usrpri;              /* U_CHAR: User-priority based on 
> p_estcpu and ps_nice. */
>       u_int8_t p_nice;                /* U_CHAR: Process "nice" value. */
>  
>       u_int16_t p_xstat;              /* U_SHORT: Exit status for wait; also 
> stop signal. */

This one got lost.

-- 
Michal Mazurek

Reply via email to