patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / net / bluetooth / cmtp / cmtp.h
index 0a00626..58e4adc 100644 (file)
@@ -55,7 +55,7 @@ struct cmtp_conninfo {
 
 struct cmtp_connlist_req {
        __u32  cnum;
-       struct cmtp_conninfo *ci;
+       struct cmtp_conninfo __user *ci;
 };
 
 int cmtp_add_connection(struct cmtp_connadd_req *req, struct socket *sock);