Bug 87322

Summary: A typo in sys/ucred.h
Product: Base System Reporter: A. Skrobov <tyomitch>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.4-RELEASE   
Hardware: Any   
OS: Any   

Description A. Skrobov 2005-10-12 14:40:17 UTC
The comment on line 52 in /sys/sys/ucred.h is wrong

gid_t   cr_svgid;               /* saved user id */

Obviously it's not an user id, it's a group id.

Fix: 

just change "user" to "group"
How-To-Repeat: grep -n cr_svgid /sys/sys/ucred.h
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2005-10-12 14:56:53 UTC
State Changed
From-To: open->closed
Comment 2 Maxim Konovalov 2005-10-12 14:57:57 UTC
Duplicate of kern/82708, already fixed.

-- 
Maxim Konovalov