freebsd-dev/lib/libcasper
Ed Schouten 2ca9ffa9bb Don't call setgrent() in an unportable way.
For FreeBSD 12, I'm considering updating setgrent() to have a function
prototype that conforms to POSIX. FreeBSD seems to be the only operating
system that lets setgrent() return an integer. It's also inconsistent
with setpwent().

It looks like our libcasper depends on setgrent() returning an integer.
Get rid of that.

Reviewed by:	oshogbo
Differential Revision:	https://reviews.freebsd.org/D6659
2016-06-01 20:45:21 +00:00
..
libcasper MFH 2016-03-02 16:14:46 +00:00
services Don't call setgrent() in an unportable way. 2016-06-01 20:45:21 +00:00
Makefile
Makefile.inc