kernel 2.2.0-pre3 (patch) do_readv_writeV error

Eva Hocks (hocks@rzri6h.gsi.de)
Sun, 3 Jan 1999 11:52:54 +0100 (CET)


Upgraded the compiler to the egcs-2.91.60(egcs-1.1.1) but am still getting
errors when compiling the 2.2.0 with patch-pre3:
Any patch for that available?
Thx
-Eva

make[2]: Entering directory `/usr/src/linux-2.2.0pre2/fs'
make[2]: Circular /usr/src/linux-2.2.0pre2/include/linux/uio.h <-
/usr/src/linux-2.2.0pre2/include/linux/socket.h dependency dropped.
gcc -D__KERNEL__ -I/usr/src/linux-2.2.0pre2/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c
-o read_write.o read_write.c
read_write.c: In function `do_readv_writev':
read_write.c:187: `UIO_FASTIOV' undeclared (first use this function)
read_write.c:187: (Each undeclared identifier is reported only once
read_write.c:187: for each function it appears in.)
read_write.c:201: `UIO_MAXIOV' undeclared (first use this function)
read_write.c:187: warning: unused variable `iovstack'
make[2]: *** [read_write.o] Error 1

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