ehlo.
> ============================================
> diff vm/swap_pager.c vm.new/swap_pager.c
> 217a218,219
> > struct proc* p;
> >
> 218a221,225
> > /* warn all processes */
> > for( p = allproc.lh_first; p != 0; p = p->p_list.le_next )
> > {
> > psignal(p,SIGDANGER);
> > }
> ============================================
Oops, it doesn't work. All processes died. Why?
Something should be changed in libc?
--
dozen @ home
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message