DragonFly commits List (threaded) for 2008-05
DragonFly BSD
DragonFly commits List (threaded) for 2008-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: 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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 27 May 2008 10:18:46 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]