VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / usbdevice_fs.h
index 4235d9f..78f4743 100644 (file)
@@ -63,7 +63,7 @@ struct usbdevfs_setinterface {
 
 struct usbdevfs_disconnectsignal {
        unsigned int signr;
-       void *context;
+       void __user *context;
 };
 
 #define USBDEVFS_MAXDRIVERNAME 255
@@ -162,7 +162,7 @@ struct dev_state {
        wait_queue_head_t wait;     /* wake up if a request completed */
        unsigned int discsignr;
        struct task_struct *disctask;
-       void *disccontext;
+       void __user *disccontext;
        unsigned long ifclaimed;
 };