From owner-cvs-src-old@FreeBSD.ORG Fri Oct 23 12:02:20 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07FCC1065693 for ; Fri, 23 Oct 2009 12:02:20 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D03E98FC1F for ; Fri, 23 Oct 2009 12:02:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9NC2JRT091980 for ; Fri, 23 Oct 2009 12:02:19 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9NC2J2h091979 for cvs-src-old@freebsd.org; Fri, 23 Oct 2009 12:02:19 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200910231202.n9NC2J2h091979@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 23 Oct 2009 12:02:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libusb libusb20_ugen20.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 12:02:20 -0000 thompsa 2009-10-23 12:02:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libusb libusb20_ugen20.c Log: SVN rev 198386 on 2009-10-23 12:02:01Z by thompsa MFC r198376 Prevent wraparound of the timeout variable. Submitted by: HPS Approved by: re (kib) Revision Changes Path 1.4.2.2 +5 -1 src/lib/libusb/libusb20_ugen20.c