Date: Wed, 22 Feb 2006 23:22:04 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/csup mux.c proto.c Message-ID: <200602222322.k1MNM4gE091991@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2006-02-22 23:22:04 UTC FreeBSD projects repository Modified files: csup mux.c proto.c Log: - Don't call errx() in chan_listen() if there are no available channels, this shouldn't happen, but return an error similar to csup. - Set errno to something similar to what csup will print if chan_accept() fails. - Tweak error messages. Revision Changes Path 1.70 +6 -3 projects/csup/mux.c 1.75 +3 -4 projects/csup/proto.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602222322.k1MNM4gE091991>