Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2005 17:31:27 +0200
From:      Marc Olzheim <marcolz@stack.nl>
To:        Marc Olzheim <marcolz@stack.nl>, freebsd-hackers@freebsd.org
Subject:   Re: preadv() / pwritev()
Message-ID:  <20050425153127.GC58044@stack.nl>
In-Reply-To: <20050425152314.GB58044@stack.nl>
References:  <20050425101008.GA57542@stack.nl> <20050425135044.GD769@empiric.icir.org> <20050425152314.GB58044@stack.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

--lMM8JwqTlfDpEaS6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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

--lMM8JwqTlfDpEaS6
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFCbQ1PezjnobFOgrERArcaAJ4zUCeJNSqKYk81qmg25oNtiJ37CACdEZbD
96wh8/7bJTZkfaFZzTaarV0=
=vrev
-----END PGP SIGNATURE-----

--lMM8JwqTlfDpEaS6--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050425153127.GC58044>