cred: Remove obsolete comment after getgroups() not returning the eGID
No functional change.
Fixes: 9da2fe96ff ("kern: fix setgroups(2) and getgroups(2) to match other platforms")
MFC after: 5 days
MFC to: stable/15
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52267
This commit is contained in:
@@ -291,11 +291,6 @@ sys_getgid(struct thread *td, struct getgid_args *uap)
|
||||
return (0);
|
||||
}
|
||||
|
||||
/*
|
||||
* Get effective group ID. The "egid" is groups[0], and could be obtained
|
||||
* via getgroups. This syscall exists because it is somewhat painful to do
|
||||
* correctly in a library function.
|
||||
*/
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
struct getegid_args {
|
||||
int dummy;
|
||||
|
||||
Reference in New Issue
Block a user