summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-02-20 20:47:21 +0000
committeralfred <alfred@FreeBSD.org>2002-02-20 20:47:21 +0000
commit7b6d78ef23b57da21a82b7f0c48134c638fc57e6 (patch)
tree28c44908c5eec0bbedb76f3c63bb323089c7df9b /sys/dev/usb/usbdi.c
parent48024c8054d4ccb77bc5d06f954c1d261318798e (diff)
downloadFreeBSD-src-7b6d78ef23b57da21a82b7f0c48134c638fc57e6.zip
FreeBSD-src-7b6d78ef23b57da21a82b7f0c48134c638fc57e6.tar.gz
Prefix structure members to protect them against clashes with eg.
c++ keywords. This keeps us in sync with NetBSD because they actually committed my delta first. Ok'd by: lennard
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r--sys/dev/usb/usbdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index c762918..368b695 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -823,7 +823,7 @@ usb_transfer_complete(xfer)
}
/* Count completed transfers. */
- ++pipe->device->bus->stats.requests
+ ++pipe->device->bus->stats.uds_requests
[pipe->endpoint->edesc->bmAttributes & UE_XFERTYPE];
xfer->done = 1;
OpenPOWER on IntegriCloud