mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
sys/ucred.h provides a cr_gid macro that should be used to reference the egid element of an xucred, so let's use that. While we're here, avoid assuming that the first element is the egid and include it in the group list unless it is actually the egid. This is not a functional change today: the egid is always the first group in the list, but we may want to consider changing that some day. Reviewed by: olce Differential Revision: https://reviews.freebsd.org/D51151 |
||
|---|---|---|
| .. | ||
| kern.c | ||
| lock_proc.c | ||
| lockd.c | ||
| lockd.h | ||
| lockd_lock.c | ||
| lockd_lock.h | ||
| Makefile | ||
| Makefile.depend | ||
| rpc.lockd.8 | ||
| test.c | ||