[PATCH] maint: remove unnecessary gnulib .diff file

2011-05-29 Thread Jim Meyering
FYI, >From 5c557690d8f10d1adc6d64478ab1ac0667282460 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 29 May 2011 14:29:13 +0200 Subject: [PATCH] maint: remove unnecessary gnulib .diff file * gl/modules/getloadavg.diff: Remove file. It stopped being useful back in February. * Makefile.am (

Re: [PATCH] ls: placate gcc-4.7.0's -Wstrict-overflow

2011-05-29 Thread Jim Meyering
Pádraig Brady wrote: > On 28/05/11 22:34, Jim Meyering wrote: >> I built the latest gcc from git/svn (4.7.0 20110528) >> and got a new -Wstrict-overflow warning: >> >> ls.c: In function 'main': >> ls.c:2291:9: error: assuming signed overflow does not occur when\ >> simplifying conditio

Re: [PATCH] maint: remove useless (off_t) cast of lseek arg

2011-05-29 Thread Jim Meyering
Pádraig Brady wrote: > On 28/05/11 22:47, Jim Meyering wrote: >> Jim Meyering wrote: >> >>> These (off_t) casts are anachronistic. >>> They were useful in pre-ANSI-C days, i.e., before prototypes. >>> There are two remaining off_t casts, and neither appears useful: >>> (one is even inconsistently