ChangeSet 1.1243, 2003/06/18 16:54:26-07:00, [EMAIL PROTECTED]

[PATCH] USB: fixes kernel_thread


 drivers/usb/storage/usb.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h
--- a/drivers/usb/storage/usb.h Wed Jun 18 17:35:19 2003
+++ b/drivers/usb/storage/usb.h Wed Jun 18 17:35:19 2003
@@ -155,7 +155,7 @@
        /* thread information */
        Scsi_Cmnd               *queue_srb;      /* the single queue slot */
        int                     action;          /* what to do            */
-       int                     pid;             /* control thread        */
+       pid_t                   pid;             /* control thread        */
 
        /* interrupt info for CBI devices -- only good if attached */
        struct semaphore        ip_waitq;        /* for CBI interrupts   */



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to