FreeBSD Bugzilla – Attachment 7331 Details for
Bug 15983
C++ keywords in kernel header files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.53 KB, created by
afo
on 2000-01-08 11:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
afo
Created:
2000-01-08 11:10:01 UTC
Size:
1.53 KB
patch
obsolete
>Index: usb.h >=================================================================== >RCS file: /home/FreeBSD/CURRENT/src/sys/dev/usb/usb.h,v >retrieving revision 1.17 >diff -u -r1.17 usb.h >--- usb.h 1999/12/29 04:35:47 1.17 >+++ usb.h 2000/01/01 18:16:27 >@@ -489,7 +489,7 @@ > u_int16_t productNo; /* idProduct */ > u_int16_t vendorNo; /* idVendor */ > u_int16_t releaseNo; /* bcdDevice */ >- u_int8_t class; /* bDeviceClass */ >+ u_int8_t clazz; /* bDeviceClass */ > u_int8_t subclass; /* bDeviceSubclass */ > u_int8_t protocol; /* bDeviceProtocol */ > u_int8_t config; /* config index */ >Index: usb_subr.c >=================================================================== >RCS file: /home/FreeBSD/CURRENT/src/sys/dev/usb/usb_subr.c,v >retrieving revision 1.21 >diff -u -r1.21 usb_subr.c >--- usb_subr.c 1999/12/03 08:41:11 1.21 >+++ usb_subr.c 2000/01/08 11:53:17 >@@ -1160,7 +1160,7 @@ > di->vendorNo = UGETW(dev->ddesc.idVendor); > di->productNo = UGETW(dev->ddesc.idProduct); > di->releaseNo = UGETW(dev->ddesc.bcdDevice); >- di->class = dev->ddesc.bDeviceClass; >+ di->clazz = dev->ddesc.bDeviceClass; > di->subclass = dev->ddesc.bDeviceSubClass; > di->protocol = dev->ddesc.bDeviceProtocol; > di->config = dev->config;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15983
: 7331