Message-ID: <39560E59.7D991E69@softhome.net> Date: Sun, 25 Jun 2000 15:51:21 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Patch: lchown() References: <200006251331 DOT PAA07888 AT lws256 DOT lu DOT erisoft DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Martin Stromberg wrote: > > > 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) . OK, thanks for this. > > 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... Even if it was done automatically (I doubt it), you should specify if the function is trivial, no-op, always fails etc somewhere. Laurynas