: :Matthew Dillon wrote: :> Get rid of the crufty code and simply add a flag to the :> signalsockbuf, SSB_STOP, to stop the sender. : :This breaks userspace applications including socketvar.h, seems. AFAICS, :SSB_STOP is inside of ifdef _KERNEL, the ssb_space() using this define :isn't. : :-- :Hasso Tepper
Whoops, it sure does. I'll just put a #ifdef _KERNEL around that
and it should fix it.
Testing w/ buildworld now.
-Matt
Matthew Dillon
<[EMAIL PROTECTED]>
