Index: sys/sys/idtype.h =================================================================== RCS file: /cvsroot/src/sys/sys/idtype.h,v retrieving revision 1.5 diff -u -r1.5 idtype.h --- sys/sys/idtype.h 9 Apr 2016 17:02:51 -0000 1.5 +++ sys/sys/idtype.h 18 May 2020 19:00:41 -0000 @@ -46,16 +46,9 @@ P_PPID, /* A parent process identifier. */ P_PGID, /* A process group identifier. */ P_SID, /* A session identifier. */ - P_CID, /* A scheduling class identifier. */ + P_PSETID, /* Processor set identifier. */ P_UID, /* A user identifier. */ P_GID, /* A group identifier. */ - P_TASKID, /* A task identifier. */ - P_PROJID, /* A project identifier. */ - P_POOLID, /* A pool identifier. */ - P_ZONEID, /* A zone identifier. */ - P_CTID, /* A (process) contract identifier. */ - P_CPUID, /* CPU identifier. */ - P_PSETID, /* Processor set identifier. */ _P_MAXIDTYPE = 0x7fffffff } idtype_t;