Re: patch for locate.c

2005-09-01 Thread James Youngman
On Thu, Sep 01, 2005 at 10:01:58PM +0200, Jim Meyering wrote: > 2005-09-01 Jim Meyering <[EMAIL PROTECTED]> > > * locate/locate.c (struct stringbuf) [soffs]: Remove unused member. > (locate): Remove initialization, too. Applied to the trunk, thanks. I've switched to working with t

patch for locate.c

2005-09-01 Thread Jim Meyering
Compiling the fts-conversion (ran `cvs update' just before) branch code on a 64-bit sytem, I got this warning from gcc: locate.c:939: warning: assignment from incompatible pointer type That referred to the following line, where the .soffs member has type size_t and the .count one is of type int

[patch #4340] Set ${NICE:0} value on "su command" clean environments

2005-09-01 Thread Andreas Metzler
Follow-up Comment #3, patch #4340 (project findutils): > When cron (in debian) starts the find job (present in > /etc/cron.daily/), [...] [nice not inherited] I do not think the correct way to fix this is in find. It caused by pam_limits.so always resetting the nice value, which it should not.

Re: typo in find.texi

2005-09-01 Thread James Youngman
On Thu, Sep 01, 2005 at 06:20:58PM +0200, Jim Meyering wrote: > -Here, the @samp{-newer} test excludes all he files which are > +Here, the @samp{-newer} test excludes all the files which are Applied, thanks. James. ___ Bug-findutils mailing list Bug-

typo in find.texi

2005-09-01 Thread Jim Meyering
Index: doc/find.texi === RCS file: /cvsroot/findutils/findutils/doc/find.texi,v retrieving revision 1.106 diff -u -p -r1.106 find.texi --- doc/find.texi 29 Jul 2005 22:04:07 - 1.106 +++ doc/find.texi 1 Sep 2005 16: