The parameters of setregid are gid_t, not int.
This commit is contained in:
parent
398e0f8c64
commit
a70b79d19e
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: setregid.2,v 1.7 1997/09/20 04:16:40 mikel Exp $
|
||||
.\" $NetBSD: setregid.2,v 1.8 1998/02/25 22:51:29 perry Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Charles M. Hannum. All rights reserved.
|
||||
.\" Copyright (c) 1983, 1991 The Regents of the University of California.
|
||||
|
@ -43,7 +43,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Fd #include <unistd.h>
|
||||
.Ft int
|
||||
.Fn setregid "int rgid" "int egid"
|
||||
.Fn setregid "gid_t rgid" "gid_t egid"
|
||||
.Sh DESCRIPTION
|
||||
The real and effective group ID's of the
|
||||
current process are set according to the arguments. If the real group ID
|
||||
|
|
Loading…
Reference in New Issue