K 10 svn:author V 3 alc K 8 svn:date V 27 2002-03-18T07:59:57.000000Z K 7 svn:log V 208 Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow, copyout() will page fault and perform grow_stack() from trap_pfault(). These calls to grow_stack() accomplish nothing. Reviewed by: bde END