On Wed, Jan 03, 2001 at 06:38:16PM +0100, Marcus Brinkmann wrote:
> data_len is the size of the buffer *data (note that data is a pointer to a
> buffer pointer, read: an array). You can fill up to data_len bytes in the
> buffer *data[0] to *data[data_len - 1].

Make this *data_len instead data_len everywhere, I completely ignored that
data_len is also an out parameter here. Neals and Farids explanations of the
out-meaning of data_len are needed to fully understand what data_len is (I
only explained the in-meaning).

Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED]
Marcus Brinkmann              GNU    http://www.gnu.org    [EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.marcus-brinkmann.de

_______________________________________________
Help-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-hurd

Reply via email to