Re: memcpy_tofs Where did it go?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 6 Apr 1999 01:04:42 +0100 (BST)


> I got several video frame grabber boards that I wrote drivers for and I
> used the memcpy_tofs
> call when this driver ran under kernel versions 2.0.*, Well now under
> kernel version 2.2.5 I get this problem

copy_to_user/copy_from user

> [root@rscope epix]# gcc -c -D__KERNEL__ -DMODULE -O2 svm.c -o svm.o
> In file included from /usr/include/_G_config.h:9,
> from /usr/include/libio.h:31,

Don't mix glibc and kernel includes

Alan

-
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/