Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2007 20:15:52 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 118752 for review
Message-ID:  <200704242015.l3OKFqGc098271@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=118752

Change 118752 by hselasky@hselasky_mini_itx on 2007/04/24 20:15:13

	Compile fix.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/umodem.c#19 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/umodem.c#19 (text+ko) ====

@@ -900,7 +900,7 @@
 }
 
 static void *
-umodem_get_desc(struct usbd_device *udev, u_int8_t type, u_int8_t subtype)
+umodem_get_desc(struct usb_attach_arg *uaa, u_int8_t type, u_int8_t subtype)
 {
 	return
 	  usbd_find_descriptor(uaa->device, uaa->iface_index, type, subtype);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704242015.l3OKFqGc098271>