Em Thu, Nov 30, 2000 at 05:58:19PM +0100, Øyvind Jægtnes escreveu:
> 
> This get_user_ret thing seems to have changed again... what is the
> correct syntax now?

if (get_user(blah, bleh))
        return -EFAULT;

*_user*_ret is gone for good.

- Arnaldo
-
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