Re: Bluetooth stack for FreeBSD
Maksim Yevmenkin <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <20030407184859.83905.qmail__6662.73535830459$1049741350@web40304.mail.yahoo.com> |
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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"
transport.c.diff
(application/octet-stream, 717 B)
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); }