X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: Martin Stromberg Message-Id: <200204141700.TAA14113@lws256.lu.erisoft.se> Subject: Re: Some more fchown patches To: djgpp-workers AT delorie DOT com Date: Sun, 14 Apr 2002 19:00:54 +0200 (MET DST) In-Reply-To: from "Richard Dawe" at Apr 14, 2002 05:34:10 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Richard said: > Index: src/libc/compat/unistd/fchown.txh > =================================================================== > RCS file: /cvs/djgpp/djgpp/src/libc/compat/unistd/fchown.txh,v > retrieving revision 1.1 > diff -p -u -3 -r1.1 fchown.txh > --- src/libc/compat/unistd/fchown.txh 2002/04/13 07:43:29 1.1 > +++ src/libc/compat/unistd/fchown.txh 2002/04/14 16:27:02 > @@ -9,6 +9,9 @@ int fchown(int fd, int owner, int group) > > @subheading Description > > +This function changes the ownership of the open file specified by @var{fd} > +to the user ID @var{owner} and group ID @var{group}. Why capitals in id? Right, MartinS