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
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
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.
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-
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: