PERFORCE change 149732 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Sep 14 02:40:40 UTC 2008


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

Change 149732 by hselasky at hselasky_laptop001 on 2008/09/14 02:40:13

	
	Make sure gid and uid variables are wide enough.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/include/usb2_ioctl.h#17 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/include/usb2_ioctl.h#17 (text+ko) ====

@@ -184,9 +184,9 @@
 };
 
 struct usb2_dev_perm {
-	/* Permissions */
-	uint16_t user_id;
-	uint16_t group_id;
+	/* Access information */
+	uint32_t user_id;
+	uint32_t group_id;
 	uint16_t mode;
 
 	/* Device location */


More information about the p4-projects mailing list