PERFORCE change 152652 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Nov 8 07:35:27 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152652

Change 152652 by hselasky at hselasky_laptop001 on 2008/11/08 15:35:00

	
	Fix printout of USB access restrictions.

Affected files ...

.. //depot/projects/usb/src/usr.sbin/usbconfig/usbconfig.c#7 edit

Differences ...

==== //depot/projects/usb/src/usr.sbin/usbconfig/usbconfig.c#7 (text+ko) ====

@@ -632,7 +632,7 @@
 			break;
 		case T_DUMP_ACCESS:
 			opt->got_dump_access = 1;
-			opt->got_any++;
+			opt->got_any += 2;
 			break;
 		case T_SUSPEND:
 			opt->got_suspend = 1;


More information about the p4-projects mailing list