summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-17 01:15:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-17 01:15:54 +0000
commita33ccc885ce2651d58474ea5682feb2cc9ca37d0 (patch)
treef3e92b84525550842772d2ac9be087ad541340f9 /lib/libc/sys
parenteb855dfe8eec4b73524548e58be7f28821c8b155 (diff)
no need for sys/param.h in these
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/getgroups.21
-rw-r--r--lib/libc/sys/setgroups.22
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/getgroups.2 b/lib/libc/sys/getgroups.2
index ecc9c82eec7..43733a93b0b 100644
--- a/lib/libc/sys/getgroups.2
+++ b/lib/libc/sys/getgroups.2
@@ -40,7 +40,6 @@
.Nm getgroups
.Nd get group access list
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
.Fd #include <sys/types.h>
.Fd #include <unistd.h>
.Ft int
diff --git a/lib/libc/sys/setgroups.2 b/lib/libc/sys/setgroups.2
index 1547f702787..e751dc368d8 100644
--- a/lib/libc/sys/setgroups.2
+++ b/lib/libc/sys/setgroups.2
@@ -40,7 +40,7 @@
.Nm setgroups
.Nd set group access list
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
+.Fd #include <sys/types.h>
.Fd #include <unistd.h>
.Ft int
.Fn setgroups "int ngroups" "const gid_t *gidset"