Messages in this thread |  | | Date | Fri, 15 Sep 2000 02:35:24 -0700 | From | "David S. Miller" <> | Subject | Re: get_user_ret |
| |
From: oyvind@datavakten.no (Øyvind Jægtnes) Date: 15 Sep 2000 11:42:38 +0200
I have a couple of sound modules which fails under 2.4.0-test8 because they can't resolve get_user_ret().
Anyone know what to use instead?
Replace it with:
if (get_user(...)) return -EFAULT;
Later, David S. Miller davem@redhat.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |