Re: functions from 2.0 replaced by?

Jan Kara (jack@atrey.karlin.mff.cuni.cz)
Tue, 25 May 1999 14:33:27 +0200


> These 3 functions existed on a 2.0.36 / glibc2.0.6 box:
>
> verify_area (from mm.h)
> memcpy_tofs (from ??)
> memcpy_fromfs (from ??)
>
> They however do not exist on my 2.2.7 / glibc2.1.1pre2 box.
>
> Have they been replaced? If so, by what? Are they deprecated? If so, what
> should I replace them with?
Currently there are functions copy_to_user() and copy_from_user(). They do
all that was done by above mentioned functions.. The mentioned functions don't
exist any more...

Honza

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/