Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152551403
D6659.id17199.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
366 B
Referenced Files
None
Subscribers
None
D6659.id17199.diff
View Options
Index: head/lib/libcasper/services/cap_grp/cap_grp.c
===================================================================
--- head/lib/libcasper/services/cap_grp/cap_grp.c
+++ head/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
Thu, Apr 16, 3:30 PM (14 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31611818
Default Alt Text
D6659.id17199.diff (366 B)
Attached To
Mode
D6659: Don't call setgrent() in an unportable way.
Attached
Detach File
Event Timeline
Log In to Comment