X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fif.h;h=110282dbd3e0b7c8f301ca07d3afe4c04074722f;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=296a6c21ec716f9396a9774d419578b69ef5ce06;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/linux/if.h b/include/linux/if.h index 296a6c21e..110282dbd 100644 --- a/include/linux/if.h +++ b/include/linux/if.h @@ -108,15 +108,15 @@ struct if_settings unsigned int size; /* Size of the data allocated by the caller */ union { /* {atm/eth/dsl}_settings anyone ? */ - raw_hdlc_proto *raw_hdlc; - cisco_proto *cisco; - fr_proto *fr; - fr_proto_pvc *fr_pvc; - fr_proto_pvc_info *fr_pvc_info; + raw_hdlc_proto __user *raw_hdlc; + cisco_proto __user *cisco; + fr_proto __user *fr; + fr_proto_pvc __user *fr_pvc; + fr_proto_pvc_info __user *fr_pvc_info; /* interface settings */ - sync_serial_settings *sync; - te1_settings *te1; + sync_serial_settings __user *sync; + te1_settings __user *te1; } ifs_ifsu; };