vserver 1.9.5.x5
[linux-2.6.git] / include / linux / if_ppp.h
index 6ee8b04..572aff7 100644 (file)
@@ -92,7 +92,7 @@ struct npioctl {
 
 /* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */
 struct ppp_option_data {
-       __u8    *ptr;
+       __u8    __user *ptr;
        __u32   length;
        int     transmit;
 };