diff options
| author | Garance A Drosehn <gad@FreeBSD.org> | 2004-06-19 13:42:05 +0000 |
|---|---|---|
| committer | Garance A Drosehn <gad@FreeBSD.org> | 2004-06-19 13:42:05 +0000 |
| commit | eff70bec750b45795eac791b4f588866e5f5fa31 (patch) | |
| tree | bf7e556dca780d70b9d1e63c634aec445c20e679 /sys | |
| parent | 83cca9682f52ab22bbebcc0181a605e68f7acfaf (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/sysctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 2165c63832d05..d14f397fe6353 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -419,9 +419,10 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_entry); #define KERN_PROC_PROC 8 /* only return procs */ #define KERN_PROC_SV_NAME 9 /* get syscall vector name */ #define KERN_PROC_RGID 10 /* by real group id */ +#define KERN_PROC_GID 11 /* by effective group id */ #define KERN_PROC_INC_THREAD 0x10 /* * modifier for pid, pgrp, tty, - * uid, ruid, and proc + * uid, ruid, gid, rgid and proc */ /* |
