Subject: PR/32061 CVS commit: [netbsd-3] src/sys/dev/usb
To: None <rpaulo@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 11/21/2005 18:38:02
The following reply was made to PR kern/32061; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32061 CVS commit: [netbsd-3] src/sys/dev/usb
Date: Mon, 21 Nov 2005 18:37:08 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Mon Nov 21 18:37:08 UTC 2005
 
 Modified Files:
 	src/sys/dev/usb [netbsd-3]: ulpt.c
 
 Log Message:
 Pull up following revision(s) (requested by rpaulo in ticket #955):
 	sys/dev/usb/ulpt.c: revision 1.70 via patch
 Fix a long standing typo noticed by Alex Pivovarov on PR/32061.
 When people use variables like 'flag' and 'flags' in the same function
 (one local and one passed as a parameter) this is prone to happen..
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.66 -r1.66.2.1 src/sys/dev/usb/ulpt.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.