From owner-freebsd-hackers Mon Oct 16 16:23:40 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 6B91037B503; Mon, 16 Oct 2000 16:23:36 -0700 (PDT) Received: from lanczos.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 17 Oct 2000 00:23:35 +0100 (BST) Date: Tue, 17 Oct 2000 00:23:33 +0100 From: David Malone To: Alfred Perlstein Cc: hackers@freebsd.org, bde@freebsd.org Subject: Re: readv manpage != UIO_MAXIOV Message-ID: <20001017002333.A24520@lanczos.maths.tcd.ie> References: <20001016150017.T272@fw.wintelcom.net> <20001017000926.A52976@walton.maths.tcd.ie> <20001016161329.W272@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001016161329.W272@fw.wintelcom.net>; from bright@wintelcom.net on Mon, Oct 16, 2000 at 04:13:29PM -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 16, 2000 at 04:13:29PM -0700, Alfred Perlstein wrote: > So I guess we need a #define for IOV_MAX set to 1024? This would > be ideal since it will give a reasonable #define for applications > to use and we don't break our current interface. > > All that would be needed is the additional #define and a mention of > it in the manpage. Sounds reasonable - I guess that the define would go in sys/syslimits.h, but I'm not sure how to link it to the kernel's value (should it be replaced with the Posix name?) I'm sure Bruce can recommend a reasonable way to do it. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message