Date: Mon, 7 Apr 2003 11:48:59 -0700 (PDT) From: Maksim Yevmenkin <m_evmenkin@yahoo.com> To: current@freebsd.org Cc: mobile@freebsd.org Subject: Re: Bluetooth stack for FreeBSD Message-ID: <20030407184859.83905.qmail@web40304.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] OOPS... Last minute screw up :) Please re-download the snapshot from http://www.geocities.com/m_evmenkin/ngbt-fbsd-20030407.tar.gz or just patch ports/obexapp/transport.c with attached patch. I'm *so* sorry about this... thanks, max __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com [-- Attachment #2 --] Index: transport.c =================================================================== RCS file: /usr/local/cvs/ports/obexapp/transport.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- transport.c 7 Apr 2003 01:26:55 -0000 1.4 +++ transport.c 7 Apr 2003 18:28:57 -0000 1.5 @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: transport.c,v 1.4 2003/04/07 01:26:55 max Exp $ + * $Id: transport.c,v 1.5 2003/04/07 18:28:57 max Exp $ * $FreeBSD$ */ @@ -148,7 +148,7 @@ FD_SET(context->tfd, &rfds); tm.tv_sec = 5; - tm.tv_sec = 0; + tm.tv_usec = 0; select(context->tfd + 1, &rfds, NULL, NULL, &tm); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030407184859.83905.qmail>
