Date: Tue, 24 Aug 1999 10:03:38 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: DJGPP workers Subject: Re: Yet Another Trivial Documentation Patch In-Reply-To: <37BFF916.A297C373@tudor21.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 22 Aug 1999, Richard Dawe wrote: > Here's a patch for something I noticed today: unsigned -> size_t in the > write() parameters, to make it consistent with the params for read(). Applied; thanks. The consistency, btw, should be with the prototype in the header, which does say size_t. Parameters for `read' have nothing to do with this.