]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/atm/zatm.c
net: Make setsockopt() optlen be unsigned.
[net-next-2.6.git] / drivers / atm / zatm.c
index 752b1ba81f7e9bbd5ff56944723ae6740318dad5..2e9635be048c2fdb4e8b4773a49464558ba4f351 100644 (file)
@@ -1517,7 +1517,7 @@ static int zatm_getsockopt(struct atm_vcc *vcc,int level,int optname,
 
 
 static int zatm_setsockopt(struct atm_vcc *vcc,int level,int optname,
-    void __user *optval,int optlen)
+    void __user *optval,unsigned int optlen)
 {
        return -EINVAL;
 }