cvs commit: src/sys/dev/virtual/net if_vke.c src/sys/kern kern_resource.c uipc_socket.c uipc_socket2.c uipc_usrreq.c src/sys/platform/vkernel/platform init.c src/sys/sys socketvar.h unpcb.h

Matthew Dillon dillon at apollo.backplane.com
Tue May 27 10:19:32 PDT 2008


:
: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 
					<dillon at backplane.com>





More information about the Commits mailing list