Make kauth_cred_setgroups() signature match the const, hard reality.

This commit is contained in:
pooka 2008-09-23 22:40:46 +00:00
parent 29fd335624
commit 1179d6842d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kauth.9,v 1.70 2008/02/28 17:07:49 elad Exp $
.\" $NetBSD: kauth.9,v 1.71 2008/09/23 22:40:46 pooka Exp $
.\"
.\" Copyright (c) 2005, 2006 Elad Efrat <elad@NetBSD.org>
.\" All rights reserved.
@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd February 28, 2008
.Dd September 24, 2008
.Dt KAUTH 9
.Os
.Sh NAME
@ -972,7 +972,7 @@ Return the group-id of the group at index
.Ar idx
in the group list of
.Ar cred .
.It Ft int Fn kauth_cred_setgroups "kauth_cred_t cred" "gid_t *groups" \
.It Ft int Fn kauth_cred_setgroups "kauth_cred_t cred" "const gid_t *groups" \
"size_t ngroups" "uid_t gmuid" "enum uio_seg seg"
Copy
.Ar ngroups