Date: Sun, 14 Sep 2008 02:40:39 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 149732 for review Message-ID: <200809140240.m8E2edTM033607@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149732 Change 149732 by hselasky@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809140240.m8E2edTM033607>