sef 1997/06/24 18:01:23 PDT
Modified files:
sys/i386/ibcs2 ibcs2_misc.c
Log:
Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- we
were returning EFAULT, when it is a completely acceptable thing to do.
Also, at the same time, be a *bit* optimizing and don't allocate any
"stackgrap" memory if we're not going to use it.
This is another Oracle-discovered problem.
Submitted by: Steven Wallace
Revision Changes Path
1.21 +6 -2 src/sys/i386/ibcs2/ibcs2_misc.c