Re: 2.1.6: ftape broken

Linus Torvalds (torvalds@cs.helsinki.fi)
Wed, 30 Oct 1996 01:42:05 +0200 (EET)


On Tue, 29 Oct 1996, Greg Patterson wrote:
>
> The ftape drivers used to work in 2.1.5 but have since been broken in
> 2.1.6:

Oops. Just change all includes of "<asm/segment.h>" into "<asm/uaccess.h>"
and you should be ok. I'm trying to get rid of the old naming that implies we
use segments for user accesses (there are some other issues too)

Linus