On Mon, Apr 25, 2005 at 05:23:14PM +0200, Marc Olzheim wrote:
>  int
>  kern_readv(struct thread *td, int fd, struct uio *auio)
>  {
> +     return (preadv(td, fd, auio, (off_t)-1, 0));
> +}

->dopreadv()

Hit the send button too quickly, I'll submit a new one after testing.

Marc

Attachment: pgpoFklMqNhu2.pgp
Description: PGP signature

Reply via email to