Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 1997 21:54:34 +0200 (CEST)
From:      Philippe Charnier <charnier@xp11.frmug.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/3242: incorrect prototype for initgroups
Message-ID:  <199704091954.VAA13887@xp11.frmug.org>
Resent-Message-ID: <199704092140.OAA19778@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3242
>Category:       bin
>Synopsis:       incorrect prototype for initgroups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr  9 14:40:01 PDT 1997
>Last-Modified:
>Originator:     Philippe Charnier
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

1)
     #include <unistd.h>

     int
     initgroups(const char *name, int basegid)

                                  ^^^ what about gid_t here?
                                    and in the function definition.
2)
     there is a typo in the man page: search for initgorups in BUGS section.

>How-To-Repeat:

>Fix:
	
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704091954.VAA13887>