Re: 2.1.63 undefined symbols in sound module

Matthew Kirkwood (weejock@ferret.lmh.ox.ac.uk)
Thu, 13 Nov 1997 10:37:26 +0000 (GMT)


On Thu, 13 Nov 1997, Gabriel Paubert wrote:

> > /lib/modules/2.1.63/misc/sound.o: unresolved symbol(s)
> > memcpy_tofs
> > snd_ioctl_return
> > get_fs_word
> > get_fs_byte
> > get_fs_long
> > memcpy_fromfs
>
> In 2.1.xx, the functions with "fs" have been replaced by get/put_user,
> there may be some macros to hide the old name. Either you are using a
> too old version of the module or an include file is missing.

That's what I thought. It seems that, in the enthusiasm for getting
updated driver versions in and tested, the patch to update against 2.0.x
has been used instead.

Matthew.