summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2014-10-27 04:09:23 +0000
committermarkj <markj@FreeBSD.org>2014-10-27 04:09:23 +0000
commit731329e033d1ff8d574793744d909e9d94690956 (patch)
treec340a508bf455145bdd1f5c4a83c7c826edbb9e3 /lib
parent2a5ed8ddfbefb1a53b603bf70d92ff811f63a5f8 (diff)
downloadFreeBSD-src-731329e033d1ff8d574793744d909e9d94690956.zip
FreeBSD-src-731329e033d1ff8d574793744d909e9d94690956.tar.gz
getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, so
this bug is no longer valid. MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getgrouplist.312
-rw-r--r--lib/libc/gen/initgroups.313
2 files changed, 2 insertions, 23 deletions
diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3
index 44d95f5..b0e116f 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 .
diff --git a/lib/libc/gen/initgroups.3 b/lib/libc/gen/initgroups.3
index 3ed3ca7..b0b68f2 100644
--- a/lib/libc/gen/initgroups.3
+++ b/lib/libc/gen/initgroups.3
@@ -28,7 +28,7 @@
.\" @(#)initgroups.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 4, 1993
+.Dd October 26, 2014
.Dt INITGROUPS 3
.Os
.Sh NAME
@@ -80,14 +80,3 @@ The
.Fn initgroups
function appeared in
.Bx 4.2 .
-.Sh BUGS
-The
-.Fn getgrouplist
-function called by
-.Fn initgroups
-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 initgroups .
OpenPOWER on IntegriCloud