Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146005942
D6659.id17149.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
351 B
Referenced Files
None
Subscribers
None
D6659.id17149.diff
View Options
Index: lib/libcasper/services/cap_grp/cap_grp.c
===================================================================
--- lib/libcasper/services/cap_grp/cap_grp.c
+++ lib/libcasper/services/cap_grp/cap_grp.c
@@ -703,7 +703,9 @@
nvlist_t *nvlout __unused)
{
- return (setgrent() == 0 ? EFAULT : 0);
+ setgrent();
+
+ return (0);
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 11:17 PM (16 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29044380
Default Alt Text
D6659.id17149.diff (351 B)
Attached To
Mode
D6659: Don't call setgrent() in an unportable way.
Attached
Detach File
Event Timeline
Log In to Comment