Messages in this thread |  | | Date | Wed, 16 Oct 1996 17:11:26 -0400 | From | Neil Moore <> | Subject | Re: get_fs_byte and put_fs_long in 2.1.4? |
| |
> After compiling 2.1.4, I recieved the following > unresolved symbols: > > *** Unresolved symbols in module /lib/modules/2.1.4/block/floppy.o > get_fs_byte > *** Unresolved symbols in module /lib/modules/2.1.4/block/loop.o > put_fs_long > > Any ideas?
Sorry to reply to my own post, but I fixed this.
I applied the pre-2.1.5 patch, which fixed the problem in loop.c. I patched floppy.c myself; change line 4177 from: c = get_fs_byte(i); to: get_user(c,&i);
(I didn't post a real patch because I don't have an exact copy of the original)
-- Version: 3.12 GCS/M/L d- s-:+ a--- C+++(++)>$ UL+(++)>++++$ P+++ L+++>++++$ E++ W-(--) N++ o-- K-- w--- O- M-- V-- PS+++? PE Y+ PGP-- t+* 5- X R tv--? b+>+++ DI D--- G e-(*)>++++ h r++>+++ y?
|  |