diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 591580861415..7c6e0fda2432 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -412,6 +412,7 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_entry); #define KERN_PROC_UID 5 /* by effective uid */ #define KERN_PROC_RUID 6 /* by real uid */ #define KERN_PROC_ARGS 7 /* get/set arguments/proctitle */ +#define KERN_PROC_PROC 8 /* only return procs */ /* * KERN_IPC identifiers