This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / if_ppp.h
index 572aff7..6ee8b04 100644 (file)
@@ -92,7 +92,7 @@ struct npioctl {
 
 /* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */
 struct ppp_option_data {
-       __u8    __user *ptr;
+       __u8    *ptr;
        __u32   length;
        int     transmit;
 };