X/Open 1170 defines the return type of setgrent() to be void -- a trival

change since our setgrent() allways succeeded.
Removed prototype for obsolete function setgrfile(), added prototype for
setgroupent().
Added _XOPEN_SOURCE to conditionals in case someone wants to compile
something in an strict X/Open environment.
This commit is contained in:
jtc 1993-10-25 23:30:53 +00:00
parent 92ba83edfc
commit 2928342e94

View File

@ -1 +1 @@
revision 1.2 intentionally removed
revision 1.3 intentionally removed