From: [EMAIL PROTECTED] (Ø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
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to