X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fatm%2Flec.h;h=c544f926e11c4e1028fe89706e7347da97938fbd;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=673bd7881318964cb7ca702fd3b8557a1f198f79;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/net/atm/lec.h b/net/atm/lec.h index 673bd7881..c544f926e 100644 --- a/net/atm/lec.h +++ b/net/atm/lec.h @@ -2,7 +2,7 @@ * * Lan Emulation client header file * - * Marko Kiiskila carnil@cs.tut.fi + * Marko Kiiskila mkiiskila@yahoo.com * */ @@ -148,7 +148,7 @@ struct lec_vcc_priv { #define LEC_VCC_PRIV(vcc) ((struct lec_vcc_priv *)((vcc)->user_back)) int lecd_attach(struct atm_vcc *vcc, int arg); -int lec_vcc_attach(struct atm_vcc *vcc, void *arg); +int lec_vcc_attach(struct atm_vcc *vcc, void __user *arg); int lec_mcast_attach(struct atm_vcc *vcc, int arg); struct net_device *get_dev_lec(int itf); int make_lec(struct atm_vcc *vcc);