diff options
| author | jtc <jtc@NetBSD.org> | 1993-10-04 18:33:05 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-10-04 18:33:05 +0000 |
| commit | 84aafdfd5120b7299d2223cd4a76eacd982273b7 (patch) | |
| tree | 7acb9c426c66c134e8120f0945dead7d885add1c /lib/libc/sys/getgroups.2 | |
| parent | 881b0305731892654b20343177264e5c4aad1cef (diff) | |
Changed SYNOPSIS, include <sys/types.h>.
Still need to change code and manpage such that gidset array is gid_t.
Diffstat (limited to 'lib/libc/sys/getgroups.2')
| -rw-r--r-- | lib/libc/sys/getgroups.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/getgroups.2 b/lib/libc/sys/getgroups.2 index f74d072123a..c8133a6e224 100644 --- a/lib/libc/sys/getgroups.2 +++ b/lib/libc/sys/getgroups.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)getgroups.2 6.7 (Berkeley) 3/10/91 -.\" $Id: getgroups.2,v 1.2 1993/08/01 07:43:03 mycroft Exp $ +.\" $Id: getgroups.2,v 1.3 1993/10/04 18:33:05 jtc Exp $ .\" .Dd March 10, 1991 .Dt GETGROUPS 2 @@ -40,6 +40,7 @@ .Nd get group access list .Sh SYNOPSIS .Fd #include <sys/param.h> +.Fd #include <sys/types.h> .Fd #include <unistd.h> .Ft int .Fn getgroups "int gidsetlen" "int *gidset" |
