kern/87322: A typo in sys/ucred.h

A. Skrobov tyomitch at gmail.com
Wed Oct 12 06:40:18 PDT 2005


>Number:         87322
>Category:       kern
>Synopsis:       A typo in sys/ucred.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 12 13:40:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     A. Skrobov
>Release:        FreeBSD 5.4-RELEASE
>Organization:
>Environment:
FreeBSD tyomitch.isnet.ru 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Sun Oct  9 18:13:37 YEKST 2005     tyomitch at tyomitch.isnet.ru:/usr/src/sys/i386/compile/NAT  i386
>Description:
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.
>How-To-Repeat:
grep -n cr_svgid /sys/sys/ucred.h
>Fix:
just change "user" to "group"
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list