Messages in this thread Patch in this message |  | | Date | Wed, 30 Oct 1996 18:37:15 +0200 (GMT+0200) | From | Peter K <> | Subject | ncplib_kernel.h patch |
| |
Hi, gang
A missed <asm/segment.h> substitution.
--- linux/fs/ncpfs/ncplib_kernel.h.orig Wed Oct 30 15:23:39 1996 +++ linux/fs/ncpfs/ncplib_kernel.h Wed Oct 30 15:23:30 1996 @@ -17,7 +17,7 @@ #include <linux/malloc.h> #include <linux/stat.h> #include <linux/fcntl.h> -#include <asm/segment.h> +#include <asm/uaccess.h> #include <asm/string.h> #include <linux/ncp.h>
Peter Kooiman | Fax : +27-12-663-4191/2 Paradigm Systems Technology | Cell : +27-82-651-4985 Pretoria, South Africa | UUCP : pko@silmaril.UUCP Voice : +27-12-672-5700/10 | e-mail : pko@paradigm-sa.com
|  |