2000-11-30 14:28:30

by oyvind

[permalink] [raw]
Subject: get_user_ret


This get_user_ret thing seems to have changed again... what is the
correct syntax now?

?yvind J?gtnes
Datavakten AS


2000-11-30 14:45:18

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: get_user_ret

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