Re: get_user_ret

From: David S. Miller (davem@redhat.com)
Date: Fri Sep 15 2000 - 04:35:24 EST


   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/



This archive was generated by hypermail 2b29 : Fri Sep 15 2000 - 21:00:25 EST