cvs commit: src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/shared ggate.c ggate.h

Andrea Campi andrea+freebsd_cvs_all at webcom.it
Sun Jul 10 14:26:31 GMT 2005


On Fri, Jul 08, 2005 at 09:28:26PM +0000, Pawel Jakub Dawidek wrote:
> pjd         2005-07-08 21:28:26 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sbin/ggate/ggatec    Makefile ggatec.c 
>     sbin/ggate/ggated    Makefile ggated.c 
>     sbin/ggate/shared    ggate.c ggate.h 
>   Log:
[...]
>   Use two threads in ggatec(8):
>   - sendtd, which takes I/O requests from the kernel and sends them to the
>     ggated daemon on the other end;
>   - recvtd, which waits for ggated responses and forwards them to the kernel.

This breaks NO_LIBPTHREAD, and as a consequence nanobsd which has it by
default in its make.conf.

IMHO, a nice way to fix this would be to introduce either a new NO_GGATE
know or even better NO_GGCATE{C,D}.

Bye,
	Andrea

-- 
                   Press every key to continue.


More information about the cvs-src mailing list