aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getgrouplist.3
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2014-10-27 04:09:23 +0000
committerMark Johnston <markj@FreeBSD.org>2014-10-27 04:09:23 +0000
commit20cc9ac42f54bd546dd4e11b2f4d9f70f057d334 (patch)
treec340a508bf455145bdd1f5c4a83c7c826edbb9e3 /lib/libc/gen/getgrouplist.3
parentb17af719432bdbd8e9e386a3e9587bd0b78614bc (diff)
downloadsrc-20cc9ac42f54bd546dd4e11b2f4d9f70f057d334.tar.gz
src-20cc9ac42f54bd546dd4e11b2f4d9f70f057d334.zip
getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, so
this bug is no longer valid. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=273717
Diffstat (limited to 'lib/libc/gen/getgrouplist.3')
-rw-r--r--lib/libc/gen/getgrouplist.312
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3
index 44d95f50077f..b0e116fa7453 100644
--- a/lib/libc/gen/getgrouplist.3
+++ b/lib/libc/gen/getgrouplist.3
@@ -28,7 +28,7 @@
.\" @(#)getgrouplist.3 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\"
-.Dd February 20, 2012
+.Dd October 26, 2014
.Dt GETGROUPLIST 3
.Os
.Sh NAME
@@ -80,13 +80,3 @@ The
.Fn getgrouplist
function first appeared in
.Bx 4.4 .
-.Sh BUGS
-The
-.Fn getgrouplist
-function
-uses the routines based on
-.Xr getgrent 3 .
-If the invoking program uses any of these routines,
-the group structure will
-be overwritten in the call to
-.Fn getgrouplist .