From: Martin Stromberg Message-Id: <200006251331.PAA07888@lws256.lu.erisoft.se> Subject: Re: Patch: lchown() To: djgpp-workers AT delorie DOT com Date: Sun, 25 Jun 2000 15:31:22 +0200 (MET DST) In-Reply-To: <395606D5.1A0F26D@softhome.net> from "Laurynas Biveinis" at Jun 25, 2000 03:19:17 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 > BTW Martin, how did you solve that diffing against > new files problem? I've tried 'cvs add lchown.c lchown.txh' > at first, but 'cvs diff' still does not see them. > I've made diffs manually for them this time. 1. Do "cvs add " (as you have done). 2. Use "cvs diff -N" (-N just like ordinary diff, but to work you need to have done step 1) . > RCS file: /cvs/djgpp/djgpp/src/libc/libc.tex,v > retrieving revision 1.5 > diff -u -r1.5 libc.tex > --- libc.tex 1999/11/28 11:20:47 1.5 > +++ libc.tex 2000/06/25 13:07:20 > @@ -115,6 +115,7 @@ > * getgroups:: Trivial. > * getpwnam:: Trivial. > * getpwuid:: Trivial. > +* lchown:: Trivial. > * mkfifo:: Always fails. > * mknod:: Trivial. > * nice:: No-op. Hmm. Is this something that isn't done automatically? If it isn't, I have some work to do... Right, MartinS